I need to do some stuff when new BPMN is published. Can i listen this event?
Thanks!
Erki
I need to do some stuff when new BPMN is published. Can i listen this event?
Thanks!
Erki
Hi Erki,
currently, there is no way to register a listener for this kind of event.
As a workaround, you could build a process or application which checks the repository service for the latest versions.
Does this help you?
Best regards,
Philipp
Because we are using REST api to deploy BPMN schema, the solutions was to create new custom REST service which client can call after BPMN schema has been previously successfully deployed.
Best regards,
Erki