

We are trying to run a number of Master Planning tasks by using a batch job and setting a separate task for each master planning run. They are for separate master plans which are broken down by firming group.
The issue we are finding is if one of them errors and the next ones starts the original will continue to error with a message "Another job for the same plan is currently in progress. Try again later."
We have the tasks set to run conditionally where the condition is the previous task has a status or ended or error and each task has a max retry of 5. We don't want to change the filter to just ended as this would cause the batch to stop at this stage and not run the rest and would also like to keep the retry on as in experience they usually run without any intervention on the 2nd or 3rd try.
Any suggestions as to how to get around this?