I have created a schedule with 3 tasks - task 1 leads to task 2, task 2 leads to task 3 and task 3 leads to task 1 (all are set based on completion and exception)
The scheduler keeps running and wont stop even though I have retired the schedule in Control room. How do I end this and delete it?
The scheduler is controlled from app server, so restarting the service should do it. Failing that, reboot the app server. As you've seen, creating an infinite loop with schedules is to be avoided.