Making the step non-blocking is useful when you know completion will take time because, for example, it asks the customer to collect some data. In such cases, it’s worth pushing the workflow forward and allowing the step to be completed in due time (especially if the next step doesn’t depend on the non-blocking step). For example, if step 2 is non-blocking, then once step 1 is completed, both step 2 and step 3 are active.Documentation Index
Fetch the complete documentation index at: https://help.nextmatter.com/llms.txt
Use this file to discover all available pages before exploring further.
By default, steps are blocking. Non-blocking steps are not optional.
- Click the step to open it.
- Click … on the right-hand side of the step’s name.
- Click Make non-blocking.

Step types and non-blocking option
If you add the non-blocking option:- to a normal step -> the next step will activate without waiting for the step to complete
- to a parallel step -> the next step after the parallel step will activate without waiting for the parallel step to complete
- to a step inside a parallel step -> this will not have any effect because all steps in a parallel step activate at the same time
- to a group step -> the step after the group step will activate immediately. The steps inside the group step will remain sequential
- to a group step that’s nested inside a parallel step -> the step after the group step will activate immediately. The steps inside the group step will remain sequential

