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§
- Execution
Plan - A concrete execution plan for a workflow.
- OnComplete
- Optional side effects after a workflow completes.
- Task
Definition - A task within a wave.
- Task
Execution - Execution state for a single task.
- Task
Plan - Planned execution for a single task.
- Wave
Definition - A wave within a workflow.
- Wave
Execution - Execution state for a single wave.
- Wave
Plan - Planned execution for a single wave.
- Workflow
Definition - A workflow definition.
- Workflow
Execution - Runtime state for a workflow execution.
- Workflow
Requires - Prerequisites for running a workflow.
Enums§
- Agent
Type - High-level agent role used to route tasks.
- Execution
Status - High-level execution status.
- Task
Type - Optional modifiers for how a task should be run.
- Tool
- Tool/harness selector for an execution plan.