> ## Documentation Index
> Fetch the complete documentation index at: https://aletyx.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# End Events

> BPMN end events in Aletyx Kogito and jBPM - None, Message, Error, and Terminate end nodes that conclude a process flow and optionally throw a message, error, or signal.

## End Events in Aletyx Enterprise Build of Kogito and Drools 10.1.0-aletyx

End Events mark the conclusion of a process flow. Unlike Start Events, they can have multiple incoming connections but generally no outgoing connections. Each End Event can optionally “throw” something outward, such as a message, error, or signal, indicating how the rest of the system or surrounding processes should respond at termination.

Using End Events effectively helps clarify what happens once a process completes—be it sending a notification or signaling that an error occurred.

Here are some of the supported end events supported in Aletyx Enterprise Build of Kogito and Drools by jBPM

* [<img src="https://mintcdn.com/aletyx-3353d50c/UdT8DI1QFCgugDzY/images/architecture/core/processes/basic-bpmn/images/node-simple-end.png?fit=max&auto=format&n=UdT8DI1QFCgugDzY&q=85&s=9e651f5c45b9f9bbd65ae906b2fc3d86" alt="Simple End Node" width="40" height="40" data-path="images/architecture/core/processes/basic-bpmn/images/node-simple-end.png" />](/docs/images/architecture/core/processes/basic-bpmn/images/node-simple-end.png) None End: Ends the current path without additional actions.
* [<img src="https://mintcdn.com/aletyx-3353d50c/UdT8DI1QFCgugDzY/images/architecture/core/processes/basic-bpmn/images/node-message-end.png?fit=max&auto=format&n=UdT8DI1QFCgugDzY&q=85&s=ecdcbc674f956ca209f1b66515dfa449" alt="Message End Node" width="40" height="40" data-path="images/architecture/core/processes/basic-bpmn/images/node-message-end.png" />](/docs/images/architecture/core/processes/basic-bpmn/images/node-message-end.png) Message End: Sends a message outward upon completion.
* [<img src="https://mintcdn.com/aletyx-3353d50c/UdT8DI1QFCgugDzY/images/architecture/core/processes/basic-bpmn/images/node-error-end.png?fit=max&auto=format&n=UdT8DI1QFCgugDzY&q=85&s=3e3ec5bbe5b4609a5810bdb3304a3b47" alt="Error End Node" width="40" height="40" data-path="images/architecture/core/processes/basic-bpmn/images/node-error-end.png" />](/docs/images/architecture/core/processes/basic-bpmn/images/node-error-end.png) Error End: Throws an error, which can be handled by specific catching mechanisms.
* [<img src="https://mintcdn.com/aletyx-3353d50c/UdT8DI1QFCgugDzY/images/architecture/core/processes/basic-bpmn/images/node-terminate-end.png?fit=max&auto=format&n=UdT8DI1QFCgugDzY&q=85&s=84d7037096a7fe12538a5127ea44be3d" alt="Terminate End Node" width="40" height="40" data-path="images/architecture/core/processes/basic-bpmn/images/node-terminate-end.png" />](/docs/images/architecture/core/processes/basic-bpmn/images/node-terminate-end.png) Terminate End: Immediately stops all running flows in the process.
