Try

flow.try Error Handling v0.1.0

Wrap nodes in an error-handling boundary: catch any failure, retry, and route success/error.

Ports

DirectionPortLabel
InputresultResult
OutputsuccessSuccess
OutputerrorError
OutputfinallyFinally

Properties

PropertyTypeDefaultDescription
Retries
retries
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.