I have a repeating schedule running every 1/2 hour. It submits multiple jobs based on input (could be one job or ten). These jobs all have an exclusive resource so only one of these jobs can execute at a time. The question is, what is the order these jobs run? Is it alphabetical or in the order they arrive in the REQ queue?
Since the jobs have an Exclusive Resource, meaning that only one of the jobs can execute at a time, the order of these jobs will be in the order they arrive in the REQ Queue.