Filter / Condition

processing.filter-condition Logic v0.1.0

Evaluates a condition against input and returns the pass/fail decision.

Ports

DirectionPortLabel
InputinputJSON
OutputtrueTrue
OutputfalseFalse

Properties

PropertyTypeDefaultDescription
Field path
path
string "status" Dotted path to the value being tested.
Operator
operator
select "exists" Comparison applied to the field value.
existsnotExistsequalsnotEqualscontainsgreaterThangreaterThanOrEquallessThanlessThanOrEqualmatches
Value
value
string Value to compare against (for non-existence operators).
Value path
valuePath
string Optional dotted path to read the comparison value from the input.
Case sensitive
caseSensitive
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.