Filter / Condition
processing.filter-condition Logic v0.1.0 Evaluates a condition against input and returns the pass/fail decision.
Ports
| Direction | Port | Label |
|---|---|---|
| Input | input | JSON |
| Output | true | True |
| Output | false | False |
Properties
| Property | Type | Default | Description |
|---|---|---|---|
Field pathpath | string | "status" | Dotted path to the value being tested. |
Operatoroperator | select | "exists" | Comparison applied to the field value. existsnotExistsequalsnotEqualscontainsgreaterThangreaterThanOrEquallessThanlessThanOrEqualmatches |
Valuevalue | string | — | Value to compare against (for non-existence operators). |
Value pathvaluePath | string | — | Optional dotted path to read the comparison value from the input. |
Case sensitivecaseSensitive | boolean | false | Match strings case-sensitively. |
This page is generated from the node registry by gen-node-docs.mjs on every
site build — ports, properties, defaults and visibility rules cannot drift from the code.