Hello,
I am using Activiti 5.16.4.
I have a process calling another process. As the call is asynchronous my current JTA transaction is committed. All business database requests have been sent to the database and the transaction seems to be committed with success.
Just after I have the following log message :
JobRetryCmd.execute : activitiy or FailedJobRetryTimerCycleValue is null in job 110'. only decrementing retries.
And of course my sub process is not invoked at alll.
What does it means ?
Where I can find more information about the execution of my processess ?
Best regards,
Seb