I have a Job which triggers each minute.
The Job contains 3 tasks which are long running executable (they will run forever)
The tasks are mark to "Don't start task i process is running".
Sometimes one of the tasks crashes.
The problem is that the eventhough the job is triggered, the crashed task is not started when the other 2 task are running.
Can this be done?
Thanks