I don't think we can cancel already scheduled job through event. As per my requirements it's something like timing is not fixed .I will elaborate it. Job B is scheduled to run every 15 minutes so it's like step6 of job A and job B cannot run simultaneously else it will fail. So currently they are manually cancelling the job chain B before starting job chain A. But now they want to automate and step 6 of job A takes almost two ours so we need to cancel all 8 instances of Job B and once Step6 of job A gets completed .Job B should again start running every 15 minutes.
↧