Hello Everyone.
I have a main workflow that is responsible for calling sub workflows to run in parallel. The main workflow holds token for each sub workflow and wait for them to finish.
Recently I've made a mistake and had to cancel the workflow right after I started it, the problem was the the sub workflows had been called already and I had to cancel each one separately.
Is there any way for me to do it?(Cancel the main workflow and the sub workflows by only canceling the main one)
There must be a way to perform some cleanup actions before the workflow is canceled.
Thanks in advance,
Dan.