Skip to main content

Module config

Module config 

Source
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§

ApprovalConfig
Configuration for a human approval step.
HttpConfig
Serializable configuration for an HTTP step.
ShellConfig
Serializable configuration for a shell step.
WorkflowStepConfig
Configuration for invoking a registered workflow as a sub-step.

Enums§

StepConfig
A serializable step configuration, wrapping one of the operation-specific configs.

Type Aliases§

AgentStepConfig
Backward-compatible alias for AgentConfig.