What is the best practice in workflow when there are many “Only when” conditions in reusable elements?
For example: Should I create the workflow like this: “When the Update button is clicked (only when)” and then include all the steps?
Or should I structure it as: “When the Update button is clicked,” and then add “only when” conditions to the different steps?