Hi,
Is there any configuration by which I can set retry of activiti engine for a task to zero (actually I don't need activiti to retry for job that has failed since I don't want to process failed tasks).
Currently I am manually getting the job with jobId and making the retry to zero in case of any Exception. But in case of 'lockTimeInMillis' exceed my code does not execute as it is internal to activiti and it does retry. So is there a way by which I can disable this retry in any situation.
Regards
Mahesh