Tasks status with interrupted timer

I am using camunda version 8.5.0 self-managed with keyclock


In this example when the timer period is finished the timer will go to the end of the process
but the task state is expected to be “COMPLETED” but when I search for it using tasklist endpoint it doesn’t appear in any case if state “CREATED” or “COMPLETED”
@Niall@christian-konrad @jonathan.lukas

Hi,

I would expect the state to be cancelled as its an interrupting timer and thus the task is cancelled…

Regards

Rob

1 Like

Thank You
I don’t realize that their 4 values for task state
I thought it’s Created & Completed only

@Webcyberrob
But when I filter with no state passed in the tasklist request
the cancelled tasks aren’t appeared in the response