I’m trying to run some sub-flows through a parent flow using the k8s agent. Does anyone know if there’s a way to get the flows to run in parallel, if appropriate? (looks like they’re still running one at a time, even if they’re parallel)
k
Kevin Kho
01/07/2022, 10:04 PM
I think you can make this parallel by using the LocalDaskExecutor so that the wait tasks will be parallelized.