Gate Node

Gate controls whether incoming flow is allowed to pass.

It supports dynamic operational control without deleting or redeploying workflow branches.

Configuration Fields

FieldRequiredPurpose
Initial StateYesInitial gate state (open/closed)

Best Practices

  • Use gate for maintenance mode and emergency suppression.
  • Pair gate state changes with operational logs.
  • Avoid silent blocking by surfacing blocked-event counters.

Common Issues

  • Unexpected dropped events from closed gate state.
  • Control-path miswiring for open/close signals.