Run Other Workflow Action

The Run Other Workflow Action allows a Workflow to run another Workflow as a subroutine.

Simply add a Run Other Workflow Action to your Workflow, click the Browse… button, and select another Fake Workflow file (a file with the extension .fakeworkflow.) When the current Workflow is run, the other Workflow will be run inline (and affect the current browser window) at the appropriate time.

Note that the Run Other Workflow Action may not run another Workflow which itself contains a Run Other Workflow Action. The Run Other Workflow Action also may not run itself (no infinite recursion).

Also note that other Workflows are not editable via the Run Other Workflow Action. You will have to open the original Workflow separately to edit it.