How to kill other userTasks , when one userTask claimed

Hi
How i kill other userTasks , when one userTask claimed ?
After start event , there are 3 userTasks .
I want , if i claim one of them , rest of them disappear automatically in Camunda Tasklist.

Nobody hasn’t any idea ?

I have a few ideas, but what have you tried so far?

1 Like

@Niall
Actually for now i have a wrong idea.
I use timer for every userTasks.
and i set time duration for 10 second.
This isn’t that I want, but solves the problem temporary. :no_mouth:

Might be better to use conditional events - that are triggered by a task listener

1 Like