Skip to main content
Example Flow: Research → Data Processing → Content Creation → Final Review Sequential workflows ensure predictable execution order and clear data flow between steps.
sequential_workflow.py
For more information on how to use custom functions, refer to the Workflow with custom function step page.
See Example:
StepInput and StepOutput provide standardized interfaces for data flow between steps. If you use a custom function as an executor for a step, make sure its input and output types are compatible with StepInput and StepOutput so it integrates with the workflow system.Take a look at the schemas for StepInput and StepOutput.