I have a operation node which takes 2 operands so I want to limit the number of input wires connecting the operation node.! Is there any way to do that.?
Hi @zubong
You cannot limit the connections going into the Node.
without knowing the design..
your options are.
- Design the logic to only do what it needs, when both message parts have been received?
- Use the
Batch
node
No. that is not a thing supported.
Consider a user may want to condition input to the node via a swtich (or similar) and NEED 3 inputs.
And anyhow, the only way to differentiate inputs is via the msg
object any way. For example, this has 2 inputs - but it means nothing!:
In other words, re-think your design.
thank you..! I'll check the same.!
Ok Thanks.! I'll se what I can do.!
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.