About End Events
You use an end event to end a process flow, either a single track within a process, or the entire process itself.
You end a single track with an error end event, an message end event, or an signal end event. They throw errors, messages, and signals based on their event type.
You end an entire process and all its tracks with a terminate end event. A terminate end event also has extensions that describe the process state upon termination:
Failed,
Canceled, or
Completed (default). For more information, see
Configuring Terminate End Event
Status.
Related Topics