I want to know if you can integrate the generated events to WSO2 Complex event processing?
Hi,
Looking t the WSO2 ocumentation, I don’t see any technical barriers at it has REST, SOAP integration points etc.
Your bigger challenge may be on deciding which events you want to publish. For example you could consider a custom history event stream processor. See [1] for details on how to do this.
An alternate approach you could take is publish your own events based on use of [2] task listeners. For example if a certain type of task completes you could publish an event. Note you may also need to decide what information to publish with the event.
regards
Rob
[1] https://docs.camunda.org/manual/7.4/user-guide/process-engine/history/#provide-a-custom-history-backend
[2] https://docs.camunda.org/manual/7.4/user-guide/process-engine/delegation-code/#task-listener