I have a master gallery workflow that runs a sequence of other gallery workflows that are launched via API. I'm looking for ideas on how to prevent each successive workflow from running until the previous workflow is completed.
Control containers don't work(at least not based on my understanding). I tried daisy chaining them in the usual way and each one just get's kicked off as soon as the previous one launches.