walkerline117
8 years agoContributor
Execution time on non-execution route with router
Hi,
We have a router with below conditions
if input==true, then output 1
if input==false, then output 2
Lets say my input is false… so the snaps connected to router output2 will be fired and running.
However I found that at the sametime, the snaps connected to router output1 also has some execution time even though there’s no output from router output1.
Why is that?
Thanks