While testing the workflow below, if I click the “balance” node, it doesn’t execute, because it’s waiting for the previous “Create balance” node to execute.
But when executing many nodes at once (for example executing the first node and then executing the “Add transaction” node) it works fine.
It also works fine when running executions, instead of tests.
While you wait for an official response, just wanted to add that I’ve also seen the same behaviour many times. I assume when in testing mode, the “balance” node might be checking all inputs are providing data and bails if some don’t.
What I usually do is just temporarily disconnect the inactive incoming branches to continue the flow and reconnect them after I’m done. Not the perfect solution but alternatives? I guess really just doing the verbose way which is making each branch unique rather than shared.