FlowDSL Node Catalog

Timeout

Pass the packet through; abort with an error if the wrapped duration elapses.

Overview

PropertyValue
Node IDcore/timeout
Kindaction
Modulecore-flowdsl
Repogo-flowdsl
Handlergithub.com/redelay/go-flowdsl/nodes/core.Timeout
Iconlucide:timer
Color#f59e0b
Tagscontrol-flow, timeout

Description

Sets a deadline on the step's context. Downstream handlers that honor ctx.Done() will cancel. Emits the error on the error port.

Outputs

  • out — (no description)

Settings

PropertyTypeRequiredDefaultUI GroupDescription
durationstringyes30s—

Example

yaml
# Use this node in a flow:
nodes:
  - id: my_step
    name: My Step
    kind: action
    action_ref: core/timeout
    config:
      duration: 30s