Expand description
Serializable step configurations — one per operation type.
These types mirror the builder options in ironflow_core operations but
are fully serializable, allowing them to be stored as JSON in the database
and reconstructed by the executor at runtime.
Structs§
- Approval
Config - Configuration for a human approval step.
- Http
Config - Serializable configuration for an HTTP step.
- Shell
Config - Serializable configuration for a shell step.
- Workflow
Step Config - Configuration for invoking a registered workflow as a sub-step.
Enums§
- Step
Config - A serializable step configuration, wrapping one of the operation-specific configs.
Type Aliases§
- Agent
Step Config - Backward-compatible alias for
AgentConfig.