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
69
70
71
72
73
74
75
76
77
class TaskGroupCreateV2Strict(TaskGroupCreateV2):
    """
    A strict version of TaskGroupCreateV2, to be used for task collection.
    """

    path: str
    venv_path: str
    version: str
    python_version: str