05-19-2016 01:01 PM
05-20-2016 02:59 AM
1) Whats do you think about that ? Better to design it on the diagram or rather handle/hide on in the java side ?I do not know all requirements, but I would vote for now adding additional complexity to process model.
2) How to actually use the retry mechanism provided by Activiti ? By default, there are 3 retries hardcoded.See job executor configuration
How to make a diffrent number of retries for each of my services ?In that case you have to add it to the model (I would say as an extensionElement (see examples in the activiti source)).
05-20-2016 09:02 AM
After that you can hook into process parsing (see doc) to be able to use extension elements from the model during the execution.
05-23-2016 02:52 AM
05-23-2016 12:39 PM
I would say that the easiest way how to achieve is to change the behaviour where async tasks are executedThat's what I ended implementing. For the record : it's about writing custom implementation of DefaultFailedJobCommandFactory.
05-31-2016 05:58 AM
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.