Global Events such as PROCESS_COMPLETE

We use currently Activiti and evaluate Camunda. The most missing thing in Camunda is the global Event Handling concept, so that the engine informs an Event-Listener for Events like PROCESS_COMPLETED or ACTIVITI_STARTED.

We use that for doing special things like sending JMS Events for every ACTIVITI_STARTED event.

I know, there is the camunda-bpm-reactor, but this seems to work differently.

Is there any chance, that this feature will be integrated in Camunda?

Hi @Bjorn_Konrad,

you can define a global ExecutionListener in your ProcessApplication. See the docs for details.

Why camunda-bpm-reactor doesn’t fit for you?

Best regards,
Philipp