How to create a default end execution listener

Hello !

I have a problem and I couldn’t find my answer in the documentation.
I would like to add a default java delegate class for the end execution listener of all process instance for all my bpmn without having to do it manually in the modeler.

For example, if i have 10 bpmn, i don’t want to go 10 times in this tabs


and duplicate the configuration.

I would like to do it automaticaly in the code (with spring AOP if it’s possible or in other way ?)

Thanks for attention :slight_smile:
I look forward to your suggestions

Hi @Quentin_L,

please have a look at this example: camunda-bpm-examples/process-engine-plugin/bpmn-parse-listener at master · camunda/camunda-bpm-examples · GitHub

Hope this helps, Ingo

Thank you for the answer and for your great reactivity !