Streaming Hub 0.1

Handle a step error

Choose how a sequence behaves when one step fails.

Alpha
IntermediateUpdated 2026-07-22

Steps

  1. Select the step.
  2. Open the common step settings.
  3. Set a timeout when the operation can block.
  4. Select the required On Error policy.
  5. Test with a controlled failure.
  6. Inspect Logs and Runtime.

Guidance

Continue only when later steps can safely run without the failed output. Stop or propagate the error when partial execution would be unsafe.

Related