Skip to content

task_group

TaskGroupCreateV2Strict

Bases: TaskGroupCreateV2

A strict version of TaskGroupCreateV2, to be used for task collection.

Source code in fractal_server/app/schemas/v2/task_group.py
53
54
55
56
57
58
59
60
61
class TaskGroupCreateV2Strict(TaskGroupCreateV2):
    """
    A strict version of TaskGroupCreateV2, to be used for task collection.
    """

    path: AbsolutePathStr
    venv_path: AbsolutePathStr
    version: NonEmptyStr
    python_version: NonEmptyStr