Jaime Raldua Veuthey
05/08/2023, 7:01 PMMarvin
05/08/2023, 7:03 PMDataSource
.
2. Create a deployment of your flow.
3. Invoke your new deployment with run_deployment from a parent flow.
You'll still want to set a concurrency limit, but keep in mind that the parent flow will also consume a concurrency slot, unless you put it on a different work queue. Here is a good example of what this pattern looks like in practice.
Remember, humans always find a way to make things more complicated than they need to be.