call local workflow(Row Based) node Stopping other workflow

We made a workflow (Function workflow) and calls it by “call local workflow(Row Based)” Node. This function workflow is being called by 2 different workflows. First workflow stopping second workflow to run until it completely executes its “call local workflow” node. How to run these 2 calling workflows in parallel ?

Hi @navinjadhav

this is not possible. The outside call workflow node will always wait until the inside workflow is finished executing.

Might I ask what is the usecase behind this? Why would you like that the caller workflow finishes?

Best, Iris

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.