10-16-2013 01:45 PM
10-21-2013 10:16 AM
06-14-2016 06:56 AM
06-15-2016 04:47 AM
If I want each service task has a different number of retries and interval, can I do it? how if yes?Yes it is feasible. You have to just extend process model and to service task optional
extensionElement
(there are many examples in the activiti code). After that you have to change JobExecutor behavior to take into account your extensionElement
when setting job retries.If I want to retry until task success (don't limit the number of retry), can I do it? how if yes?Yes, your custom logic in the job executor has to take care of that.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.