List of Implemented Event Handlers

1
0
-1

Hi,

So on this page, http://documentation.bonitasoft.com/event-handlers you have the listing of possible events, but do you also have a list of implemented event handlers?

Thanks for your help.

2 answers

1
0
-1
This one is the BEST answer!

Hi,

eventHandlers mechanism is a fully extensible mechanism aimed to be used for specific use cases. Thus, there is no default implementation of handlers provided you can reuse for your specific use case. You can easily write your own and add it to the configuration.

You can look at an example: org.bonitasoft.engine.execution.handler.ArchiveProcessInstancesHandler

hope this helps, Charles

1
-1
-1

Alright, thanks.

Notifications