Task
| CLASS | DESCRIPTION |
|---|---|
TaskImport |
Importing a task with |
TaskType |
Define the available task types. |
Attributes¶
Classes¶
TaskImport
pydantic-model
¶
Bases: BaseModel
Importing a task with version=None always fails, and can be used by
the client to discover available versions of task groups with a given
pkg_name and with a task with name name.
Config:
extra:forbid
Fields:
-
pkg_name(NonEmptyStr) -
version(NonEmptyStr | None) -
name(NonEmptyStr)
Source code in fractal_server/app/schemas/v2/task.py
TaskType
¶
Bases: StrEnum
Define the available task types.