cancel
Showing results for 
Search instead for 
Did you mean: 

Timer job with null due date

satramalin
Champ in-the-making
Champ in-the-making
Hi,
We implemented a process definition with a system task followed by an user task with attached timer. The timer flows back to the first  system task.

The goal is to run the system task in endless loop and is working as designed. But this process gets into hung state when JVM restarts while the service task is in the middle of the execution.

Once the JVM is up again, process is not resuming and also we see a timer job record in the jobs table with duedate set to null. Why the process does not get resumed from the previous state and why does the timer due date is set to null?

Can you help us how to fix this issue?
Thanks!!


3 REPLIES 3

trademak
Star Contributor
Star Contributor
Can you share the BPMN XML for the timer boundary event?

Best regards,

satramalin
Champ in-the-making
Champ in-the-making
Hi Tijs,
Thanks for the response!!

Please find the bpmn code attached

jbarrez
Star Contributor
Star Contributor
I responded to this in the other post you made …