AutomationLogicConfig
Type: Object
Configuration for Logic Gate nodes that perform boolean operations on multiple inputs. Supports AND, OR, NOT, NAND, XOR operations with truth table capabilities.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| inputs | [JsonString!]! | Input definitions with expressions | ||
| operation | String! | Logic operation type | ||
| type | String! | Node type identifier |