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.
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.
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
Alright, thanks.