Hi Team,
I have the use case, when there is some changes in my user task, like claim, assignee, complete, etc., I have to run some business logic in my spring boot application, Is that possible to do that using any event or exporter. If any can you please guide me the path to achieve this ?
Hi @vinothkumar ,
You can use community created Exporters capture events emitted by Zeebe containing these state transitions.
Also, Task Listeners are planned for the Camunda 8.7 release which will make this use case easier to work with. You can follow the state of this here.