Skip to main content
Example Flow: Research → Data Processing → Content Creation → Final Review Sequential workflows provide a fixed execution order. A custom function reads the preceding result from StepInput.previous_step_content or a named result from previous_step_outputs.
sequential_workflow.py
See Custom Functions in Workflows for function and class executors.

Developer Resources

StepInput and StepOutput provide standard interfaces for data flow between function steps.See StepInput and StepOutput.