Module schemas

Module schemas 

Source
Expand description

Re-exported schema types from ito_domain::schemas.

Modules§

workflow
Workflow definition schema (workflow.yaml). Workflow schema.
workflow_plan
Execution plan schema derived from a workflow definition. Execution plan schema.
workflow_state
Workflow execution state schema. Workflow execution state schema.

Structs§

ExecutionPlan
A concrete execution plan for a workflow.
OnComplete
Optional side effects after a workflow completes.
TaskDefinition
A task within a wave.
TaskExecution
Execution state for a single task.
TaskPlan
Planned execution for a single task.
WaveDefinition
A wave within a workflow.
WaveExecution
Execution state for a single wave.
WavePlan
Planned execution for a single wave.
WorkflowDefinition
A workflow definition.
WorkflowExecution
Runtime state for a workflow execution.
WorkflowRequires
Prerequisites for running a workflow.

Enums§

AgentType
High-level agent role used to route tasks.
ExecutionStatus
High-level execution status.
TaskType
Optional modifiers for how a task should be run.
Tool
Tool/harness selector for an execution plan.