I’m trying to run some sub-flows through a parent ...
# ask-community
g
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
I think you can make this parallel by using the LocalDaskExecutor so that the wait tasks will be parallelized.