I have an execution plan which consists of 4-5 jobs which are right now scheduled to run after every 10 mins. The jobs are having the RunAfter trigger on TAC. I want to know if we can have a loop in the execution plan. I mean after the last task executes it should start running the first job(root job) again instead of waiting for 10 mins for the next trigger to happen.
SO basically can we have a list of tasks running continuously 24*7 on TAC
Please let me know if this achievable ? If yes then how ?
hi, there is no loop on execution plan. but there is some other way to do that. - make a job with loop and call subjobs - use an esb - …. the good choice depend on jobs, duration, process …