How can I set the number of asynchronous job retry's default value is 0

cancel
Showing results for 
Search instead for 
Did you mean: 
gunjack
Member II

How can I set the number of asynchronous job retry's default value is 0

Hello, everyone

 in activiti5.22 ,when engine opened asyncExecutor,I want every new asynchronous job Do not try again

How can I achieve this?

Thanks in advance.

2 Replies
bassam_al-saror
Alfresco Employee

Re: How can I set the number of asynchronous job retry's default value is 0

For process specific retries check Activiti User Guide 

In Activiti 6 its possible to configure the number of retires here Activiti/ProcessEngineConfigurationImpl.java at 6.x · Activiti/Activiti · GitHub 

Not sure about v5. Maybe you'll need to override to the default async job executor.

bassam_al-saror
Alfresco Employee

Re: How can I set the number of asynchronous job retry's default value is 0