Hi,
we want to send messages (Publish/Subscribe) whenever Camunda Engine has changed something. As we do not want to spam to this topic, we had the idea to publish only when Camunda has completed a transaction to send a message like this:
“I have changed the process with processInstanceId X. That’s the process with your correlation variable A=123 and B = 678. (Feel free to fetch updated data)”
Better would be:
“I have changed the process with processInstanceId X OR a subprocess. That’s the process with your correlation variable A=123 and B = 678. (Feel free to fetch updated data)”
What would be the best approach to solve this?
Best Regards,
Michael