cancel
Showing results for 
Search instead for 
Did you mean: 

Changing job retries default

dobiesl
Champ in-the-making
Champ in-the-making
Is there any possibility to change job retries default value to 1 not by modyfing source(Job entity) but during creating process engine(new default value for all process instances) or set this value for specific process instance so every job created in this instance will have this new value?
1 REPLY 1

trademak
Star Contributor
Star Contributor
You can set your own custom job executor in the process engine configuration. By extending the DefaultJobExecutor you can override the default value.

Best regards,