There are some cases where it can be beneficial to divide one large workflow into multiple small ones.
Ideally, there should be a Step that allows one Workflow to trigger/jump/switch to another.
Right now one Workflow can only start another by adding a tag (or changing a custom field), but this is not ideal as then we need to remove that Tag and can get messy.
This can help:
  • Reduce the amount of workflow looping errors when tags are used to string several workflows together
  • In some cases it will reduce the amount of duplicate workflows if it is desired to have a workflow with multiple triggers