Happy new year everyone!
Currently I have a situation with CRM:
There are few thousands system jobs are "waiting for retry due to error". The issue is the process owner left and his AD was deactivated. We enable his AD in order to re-run those jobs manually.
I can select 250 records and resume at the same time, or create a bulk job for all of them, but that's not a good idea because for some jobs require other to complete first. ie: job 1 must be completed before job 2 can starts.
My question is, can I create a bulk job where I can run one by one at a time?
job 1 starts => job 1 complete => job 2 starts........
or: job 1 starts => wait for 60 sec => job 2 starts......
Thank you in advance