IF
flow.if Logic v0.1.0 Routes input to a true or false output based on a typed condition.
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 | "equals" | Comparison that routes to the true/false ports. existsnotExistsequalsnotEqualscontainsgreaterThangreaterThanOrEquallessThanlessThanOrEqualmatches |
Valuevalue | string | "ready" | Value to compare against. |
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.