cancel
Showing results for 
Search instead for 
Did you mean: 

Job references non-existent execution

louisj
Champ in-the-making
Champ in-the-making
Hi

I am working on an exception-handling interface for an application to handle jobs that have failed. I.e. to retry failed jobs.

I got a list of failed jobs for a specific process instance with the following API call:

managementService.createJobQuery().processInstanceId(…).withException().list();

I noticed however that there is no record in the ACT_RU_EXECUTION table for the execution id of some of the failed jobs.

Why would this be? How can I fix this?
1 REPLY 1

trademak
Star Contributor
Star Contributor
Was the process instance deleted, or is the process instance in a different execution state?

Best regards,