Node reference
If
Branch using conditions
Branch using conditions
Part of Core / Flow. This reference is generated from the node definitions shipped with Blokboard.
When to use it#
- Continue only when a balance exceeds a threshold.
Parameters#
| Parameter | Field type | Default | Description |
|---|---|---|---|
Conditions (conditions) | conditions | [{"left":"","operator":"==","right":""}] |
Inputs#
| Port | Value | Description |
|---|---|---|
in | object | Payload evaluated by the configured condition. |
Outputs#
| Port | Value | Description |
|---|---|---|
true | object | Original payload routed when conditions pass. |
false | object | Original payload routed when conditions fail. |
Use in a workflow#
Connect this node to the path that should execute it. Run a small example, inspect its actual output, and use the expression picker to select values for later nodes.
See expressions for mapping values, workflow basics for connections, and troubleshooting for failed runs.