Code Node
Runs custom JavaScript against upstream workflow data ($json).
Config shape (code-grounded)
- Code lives in
config.code(notconfig.script) - Optional
config.timeout_ms - No extra node inputs are required; read from
$json['node_id']
Output behavior
- Returns
matched_output: successwithresultwhen execution succeeds. - Returns
matched_output: errorwitherrormessage on runtime/timeout failures.