Tablet Accessory User Manual

Conductor Script Commands
274 iPlanet Integration Server Process System Guide August 2001
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]
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.
Argument Description
process_id The specified process instance. (A list of up to ten process_ids
separated by spaces is supported.)