IF

flow.if Logic v0.1.0

Routes input to a true or false output based on a typed condition.

Ports

DirectionPortLabel
InputinputJSON
OutputtrueTrue
OutputfalseFalse

Properties

PropertyTypeDefaultDescription
Field path
path
string "status" Dotted path to the value being tested.
Operator
operator
select "equals" Comparison that routes to the true/false ports.
existsnotExistsequalsnotEqualscontainsgreaterThangreaterThanOrEquallessThanlessThanOrEqualmatches
Value
value
string "ready" Value to compare against.
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.