RunPlanningEngineWorkflow macro at planning engine 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(Workflow Name)
This table lists the parameters used for the macro:
Parameter Name | Description |
---|---|
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 current Planning Engine | RunPlanningEngineWorkflow("100 - Solve") |