Safeguards
Some safety for your flows
Flows can be extremely powerful, at the same time there is an opportunity for flowing in circles. Therefor some safeguards are in place.
- When in a subflow, you cannot navigate to another subflow which already is executing this flow. Preventing a subflow executing the parent flow which in turn will.. loop infinite.
- Each step can be executed a 100 times. While it is handy to be ably to navigate back to a central step it can cause an infinite loop. Therefore each step can only be executed one 100 times.