Define new on-demand orchestrations
In the base system, you can select on-demand orchestrations that execute predefined workflows. You can define new on-demand orchestrations to customize how workflows are invoked from the Run Orchestration choice lists.
Before you begin
Role required: sn_si.write
Procedure
Navigate to All > Security Operations > Utilities > On-Demand Orchestration
Select New.
Image omitted: on-demand-orch.png
Add a new on-demand orchestration
Add a new on-demand orchestration
- Fill in the fields, as appropriate.
| Field | Description |
|---|---|
| Workflow | Select the workflow to be included in the Run Orchestration choice list. |
| Table | Select the table on which the selected workflow is executed. If the table does not match the table configured for the selected workflow, you must select the Advanced check box and modify the Execution script to pass the correct record to the workflow on execution. |
| Roles | As needed, select additional roles to restrict who can see this workflow in the Run Orchestration choice list. |
| Active | Select this check box to activate this on-demand orchestration record. |
| Advanced | Select this check box to modify the execution script so that it passes the correct record to the selected table for this workflow. |
| Execution script | Modify the execution script so that it passes the correct record to the selected table for this workflow.This field appears only if the Advanced check box is selected. |
Select and hold (or right-click) in the record header, and select Save.
The Workflow Versions related list appears.
To make additional modifications to the workflow, you must check it out.
Related topics