Sub-Workflow Steps
WorldServer supports reuse of workflows, allowing you to embed one workflow in another. For example, if a standard workflow can be used to conduct the translation and review process, you can embed this workflow in multiple other workflows.
A sub-workflow has a result of Success or Failure that can be used to control the workflow after executing the sub-workflow. When you create a sub-workflow, end it with automatic steps that set the return values. For example, if the last step in a sub-workflow is review, create two branches, each of which goes to an automatic step. One sets the return value to 1, for success, and the other sets the return value to 0, for failure. When the sub-workflow terminates, it can then send a failure or success value to the parent workflow, which then needs to branch accordingly.