StepOutput(stop=True), immediately halting the entire workflow execution.
Workflows
Early Stopping
How to early stop workflows
Workflows support early termination when specific conditions are met, preventing unnecessary processing and implementing safety gates. Any step can trigger early termination by returning
Was this page helpful?