Skip to main content
A Condition can run a single step or a whole list of them. Here, two conditions sit inside a Parallel block: one triggers a single research step and the other runs a three-step analysis sequence. When to use: A boolean check that should gate several sequential steps as one branch. Install dependencies:
condition_with_list_of_steps.py