I have a simple non-interrupting timer event on a user task that should get executed every minute until a specific condition is satisfied.
How do have stop this timer before the user task is closed and meets some boolean condition?
I have a simple non-interrupting timer event on a user task that should get executed every minute until a specific condition is satisfied.
How do have stop this timer before the user task is closed and meets some boolean condition?
Hi @sidgate, were you able to figure out the solution?
I came across asynchronous service invocation https://github.com/camunda/camunda-bpm-examples/tree/master/servicetask/service-invocation-asynchronous