I have question, I want when processor have two items will start process, if one item first into processor2 then will be wait, until next item entry then start process. How to achieve? Thanks guys.(Processor2 max content = 2).
code logic: if (Processor2.subnodes.length == 2){ start process ;}
else { wait one item entry ; )