Sometimes if your cycle’s relatively complex you may want to check all steps of completed before continuing on the cycle.
For example here I don’t want to send an email until every other step has finished its work.
To make this happen, I can use a wait all step.
This step requires no setup, and will prevent the step after it from activating until all actions are completed before it.
It is important to note that steps after a wait all step cannot met in steps before the step. This is essentially a separate transaction.
If you need to transfer data across, you may need to do so using Cyclr storage.