This is the first time this has been suggested. The workflow automator has been available for how long now and we still don’t have the most basic ability to “redirect” a workflow to another part of the workflow. Instead, you have to make a copy of every node, rename each node (if you don’t like “copy of”) and then hope you never have to update the workflow because update to a node will have to be replicated in each branch.
My most recent workflow automation, I have 4 branches to handle the manager approval step:
- Requested for/by a VIP
- Submitted for a user by their manager
- Manager not found
- Manager found
After the manager approval step, each branch has the identical 10 nodes (40 total), meaning I have 30 extra nodes to test and maintain. Why can’t we get a simple “go here” action? Or a “Go” step and a “target” step. Put some sort of limit on the number of times the target can be passed through to avoid endless loops…



