From ccd2727b26f20ab42eb3043cf33039b7eb7a8cba Mon Sep 17 00:00:00 2001 From: Piotr Konopka Date: Wed, 17 Jul 2024 09:38:13 +0200 Subject: [PATCH] OCTRL-899 make sure to perform ccdb.RunStop only once EOEOR is available (#656) Which was not the case for enter_ERROR, while after_GO_ERROR should guarantee that. --- workflows/readout-dataflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/readout-dataflow.yaml b/workflows/readout-dataflow.yaml index 33e08e16e..5a962b3c5 100755 --- a/workflows/readout-dataflow.yaml +++ b/workflows/readout-dataflow.yaml @@ -2091,7 +2091,7 @@ roles: - name: error # the plugin makes sure to publish an object only if we go to error after a run was started and only once call: func: ccdb.RunStop() - trigger: enter_ERROR + trigger: after_GO_ERROR timeout: "{{ ccdb_stop_timeout }}" critical: false - name: bookkeeping