Try
flow.try Error Handling v0.1.0 Wrap nodes in an error-handling boundary: catch any failure, retry, and route success/error.
Ports
| Direction | Port | Label |
|---|---|---|
| Input | result | Result |
| Output | success | Success |
| Output | error | Error |
| Output | finally | Finally |
Properties
| Property | Type | Default | Description |
|---|---|---|---|
Retriesretries | int | 2 | How many times to re-run a failed node inside this block before giving up and firing the error output. |
Retry delay (ms)retryDelayMs | int | 0 | Delay between retry attempts, in milliseconds. |
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.