RunPlanningEngineWorkflow macro at system level
The RunPlanningEngineWorkflow macro is used to run a workflow on a Planning Engine.
For executing the macro, the value in the Command field for the macro definition must be specified in this format:
RunPlanningEngineWorkflow(Planning Engine Name, Workflow Name)
Note: The optional parameters are specified in [ ].
This table lists the parameters used for the macro:
Parameter Name | Description |
---|---|
Planning Engine Name | The name of the Planning Engine that executes the workflow. |
Workflow Name | The name of the workflow to be executed. |
This table lists the examples of the RunPlanningEngineWorkflow macro:
Requirement | Syntax |
---|---|
Running the workflow "100 - Solve" on the planning engine "SPLS_APSCO" | RunPlanningEngineWorkflow("SPLS_APSCO","100 - Solve") |