Skip to main content
ExampleDescription
Condition BasicDemonstrates conditional step execution using a fact-check gate in a linear workflow.
Condition With ElseDemonstrates Condition(..., else_steps=[...]) for routing between technical and general support branches.
Condition With ListDemonstrates condition branches that execute a list of multiple steps, including parallel conditional blocks.
Condition With ParallelDemonstrates multiple conditional branches executed in parallel before final synthesis steps.