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!!