How to stop non-interrupting timer event?

I have a simple non-interrupting timer event on a user task that should get executed every minute until a specific condition is satisfied.

image

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

Hi,

Heres a way to do this using BPMN…

regards

Rob