fully_python_workflow.py
Workflow Patterns
Fully Python Workflow
Replace the steps list with a single Python function that controls the whole run.
If you’d rather control the execution flow yourself, pass a single Python function as
the workflow’s steps instead of a list. You still get workflow features like storage,
streaming, and session management.