Conductor Script Commands
AbortAllProcesses
The AbortAllProcesses command aborts all process instances for the current engine.
AbortAllProcesses
The AbortAllProcesses command is only available for the current engine. Use the FindEngine Script command to set the current engine and the ListProcesses Script command to display a list of process instances before aborting them.
When you issue the AbortAllProcesses command, the engine posts an alarm for each process instance to be aborted.
AbortProcess
The AbortProcess command aborts a specified process instance for the current engine.
AbortProcess process_id [process_id…]
Argument | Description |
|
|
process_id | The specified process instance. (A list of up to ten process_ids |
| separated by spaces is supported.) |
|
|
The AbortProcess command is only available for the current engine. Use the FindEngine Script command to set the current engine and the ListProcesses Script command to display a list of process instances before selecting the process to abort.
When you issue the AbortProcess command, the engine posts an alarm for the process instance to be aborted.