We currently have a workflow in Orchestrator that will process a cancellation of a particular build process which involves multiple workflows. As a part of the cancellation process, we look at the running workflows for that record and cancel them. The issue we have run into is that our current cancellation process does not take into account cancelling any workflows that we scheduled for the future. What is the best option to use to find & stop the scheduled workflows? I looked at using the VcScheduledTaskManager object to get a list of the current tasks and then find the one with a specific id in the parameters, but I was unable to get the object created.
Thanks in advance,
Dan