![]() |
OpenMake Meister |
You define your Nested or Reusable Workflow like any other Workflow. Once defined, you can call any Workflow from another Workflow. The called Workflow is then treated like a Workflow Activity and enjoys all of the rules as any other Workflow Activity, including the ability to define Workflow Activity relationships.
To use a Nested or Reusable Workflow simply add an “Execute Workflow” Activity Type into your Workflow. This can be done from the Workflow Editor. Specify the name of the Workflow to be executed and assign it to a particular Server Pool if needed. When the Workflow is executed, it will launch the Nested Workflow named in the Workflow Activity. The results for each Nested or Reusable Workflow will be stored in a separate log and can be found based on the Nested Workflow’s name.
Note: In order to use the “Execute Workflow” activity type, the OMSUBMIT_MAX_USER_PROC environment variable must be set to a value of 3 or greater. This must be set in the shell that launches the omsubmit executable.