We recently received a ticket requesting the following:
I have this foreach workflow with task: A, B, C, D, E, F
Let's say I'm currently in task C, and for some reason I want to
skip to the next iteration, meaning going back to task A in the
workflow.
Is it possible without adding preconditions to task D, E, F to skip themselves?
Is there a way to tell the workflow "GOTO task A and resume normal execution from there?"
Are there any examples of anyone using this?