Skip to main content
Put Condition steps inside a Parallel block to evaluate several conditions at the same time. Each condition checks the input independently and triggers its own research step when it passes. When to use: Independent boolean checks that may activate several branches for the same input. Install dependencies:
condition_and_parallel_steps_stream.py