How to Stop Running Request Set When Current Request Completes?
We have a problem right now, that we likely will not resolve this time, but maybe we can learn what to do next time.
We have a request set running, that runs request A, then request B, then request C.
The request set was scheduled by mistake and should not be running at this time. Request A is currently running, and the request set is paused status.
I would like to have request A complete, then not continue to request B or C. I do not want to cancel request A because it requires data clean up.
I have tried Cancelling and Holding the request set, but it does not appear to do anything, because when I requery, it is still paused.