From 40bdaa0251c387bbac034b8c86232d53e990c173 Mon Sep 17 00:00:00 2001 From: Piotr Konopka Date: Mon, 13 Oct 2025 16:32:32 +0200 Subject: [PATCH] OCTRL-1029 Add a switch to stop runs at beam dump --- workflows/readout-dataflow.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/workflows/readout-dataflow.yaml b/workflows/readout-dataflow.yaml index 99e9efd27..7128ca483 100755 --- a/workflows/readout-dataflow.yaml +++ b/workflows/readout-dataflow.yaml @@ -88,6 +88,14 @@ defaults: widget: checkBox panel: General_Configuration index: 7 + stop_at_beam_dump: !public + value: "false" + type: bool + label: "Stop at beam dump" + description: "Enable/disable automatic run stop when beams are dumped" + widget: checkBox + panel: General_Configuration + index: 8 ############################### # DCS and FLP Workflows Panel ###############################