Hello, I've got an asynchronous service task (actually, the whole process is asynchronous) which may last more than 5 minutes (but less than 6…). The issue is after 5 minutes of running, the task is retried and then I've got the 2 of them that mess the process.
How can I put the retry wait time to a longer value (I've checked the code but I have only 10s on two wait times so I assume it's not the right ones)?
Hello, have a look here: http://activiti.org/userguide/index.html#advanced_parseHandlers 18.1.4. Async executor configuration "asyncJobLockTimeInMillis The time in milliseconds that an asynchronous job is locked before being retried again. The Activiti Engine considers the asynchronous job to have failed after this period of time and will retry."