-
Print
-
DarkLight
-
PDF
Infinite Loops Protection rules
Processing will be stopped if a task loops and have cycled over 50 times in a process that contains one of two following logics:
Node_1 -> Node_2
Node_2 -> Node_1
Node_1 -> Node_2
Node_2 (CODE) -> Node_3
Node_3 -> Node_1
Was this article helpful?