So the fact that we also can't control concurrency on a per Workflow level means, that if you publis

So the fact that we also can't control concurrency on a per Workflow level means, that if you publish 600 Instances using
createBatch
to Workflow A and every instance uses
create
to run Workflow B that will not work, because as soon as 101 or more of Workflow A run in parallel, we already hit the creation limit to create those "child" workflows
Was this page helpful?