Skip to main content

Module task

Module task 

Source
Expand description

§Task Trait and State

This module provides the core Task trait and TaskState enum for defining executable tasks in Cloacina workflows.

Enums§

TaskState
Represents the execution state of a task throughout its lifecycle.

Traits§

Task
Core trait that defines an executable task in a pipeline.