XOR Branch
Purpose of the Node
The XOR Branch node takes multiple boolean inputs and outputs the result of the XOR operation applied to all of them. If no inputs are provided, it defaults to false
.
Pins
No special notes about the Pins.
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
Start | Trigger to start the execution of the node | Exec | N/A |
Input Boolean | Boolean input to be XORed with others | Struct | Array |
Result | Output of the XOR operation | String | Map |
End | End of the execution of the node | Exec | N/A |