Re-use Workflow Logic
Recommendation (HIGH)
Avoid using Start Workflow or Start Schedule as a way to re-use workflow logic.Use a global subprocess or a global user activity to re-use workflow logic between two different workflows. There is a significant performance overhead with starting a new workflow instance that does not exist with a global subprocess or user activity.