![](/images/new-backgrounds/1268738/268738545x1.webp)
Conductor Script Commands
Conductor Script Commands
The following is a listing of all Conductor Script commands.
AbortActivity
The AbortActivity command aborts the specified activity, placing it in the ABORTED state.
AbortActivity process_id activity_name
ArgumentDescription
process_id The process instance in which the activity was created.
activity_name The name of the activity.
The AbortActivity command is only available when an engine is current. Use the FindEngine Script command to set the current engine.
When you issue the AbortActivity command, the engine performs the following actions:
•discards pending process attribute
•evaluates the activity’s OnAbort method, if one is specified in the process definition
•evaluates the activity’s OnAbort routing
•checks for a process stall
•deletes the ABORTED activity
Appendix A Conductor Script Commands 273