Expand description
§Task Trait and State
This module provides the core Task trait and TaskState enum for defining
executable tasks in Cloacina workflows.
Enums§
- Task
State - Represents the execution state of a task throughout its lifecycle.
Traits§
- Task
- Core trait that defines an executable task in a pipeline.