Skip to content
🚀 Play in Aletyx Sandbox to start building your Business Processes and Decisions today! ×

End Events in Aletyx Enterprise Build of Kogito and Drools 10.0.0

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

  • Simple End Node None End: Ends the current path without additional actions.
  • Message End Node Message End: Sends a message outward upon completion.
  • Error End Node Error End: Throws an error, which can be handled by specific catching mechanisms.
  • Terminate End Node Terminate End: Immediately stops all running flows in the process.