Skip to content

End Terminate Event Activity

The End Terminate Event activity immediately terminates a process instance. It ensures that all steps currently executing in parallel branches are also terminated, bringing the process to a complete halt.

Field Description Requirement
Execution Listeners Configures listeners that trigger at various stages of an activity, process, sequence flow, or start and end events. Optional
Terminate All Specifies whether to terminate the entire process instance, including all parallel branches. Required

Action Types & Examples

Process Termination Status

  • Format: boolean
  • Example Result: true

Implementation Examples

Field Setup - Terminate All: true - Execution Listeners: []

Execution Parameters - activityType: "EndTerminateEvent" - config: - terminateAll: true - listeners: []

Technical Notes

The End Terminate Event activity performs an immediate and irreversible termination of the process instance. It does not allow for graceful shutdown or rollback of in-progress operations. Any data changes made prior to termination will persist. All active parallel execution paths are abruptly halted, and no subsequent activities within the instance will be executed.