Hi all,
I am currently building a process in which it is possible to go back to the 'start' step from almost any step. (There are 10 steps that can go back to the 'start')
Now I have an (1x) action (action template) that should be performed when someone selects the path to 'start'.
Is there a better way than adding this action to every path? (Adding the same action to all paths that lead to the same step again and again is simply inconvenient and contradicts the "Don't repeat yourself" principle).
Thanks for your input.