From 64db29d54cdbf78ee40abd34771a510980588eb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Nyb=C3=B8?= Date: Fri, 29 May 2026 13:25:25 +0200 Subject: [PATCH] refactor: simplify WF_CREATE_CASE_METADATA workflow arguments Remove deprecated arguments. --- ert/bin/workflows/xhook_create_case_metadata | 6 +++--- ert/bin/workflows/xhook_create_case_metadata_sumo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ert/bin/workflows/xhook_create_case_metadata b/ert/bin/workflows/xhook_create_case_metadata index fafcaa4..9d45643 100755 --- a/ert/bin/workflows/xhook_create_case_metadata +++ b/ert/bin/workflows/xhook_create_case_metadata @@ -1,7 +1,7 @@ --- Create ensemble metadata +-- Create ensemble/case metadata --- ert_caseroot ert_configpath ert_casename -WF_CREATE_CASE_METADATA // +-- casepath +WF_CREATE_CASE_METADATA // -- This workflow is intended to be run as a HOOK workflow. -- This workflow job is shipped with Komodo diff --git a/ert/bin/workflows/xhook_create_case_metadata_sumo b/ert/bin/workflows/xhook_create_case_metadata_sumo index 55637ca..979847f 100644 --- a/ert/bin/workflows/xhook_create_case_metadata_sumo +++ b/ert/bin/workflows/xhook_create_case_metadata_sumo @@ -1,7 +1,7 @@ --- Create ensemble metadata and register on Sumo +-- Create ensemble/case metadata and register on Sumo --- ert_caseroot ert_configpath ert_casename sumo_flag -WF_CREATE_CASE_METADATA // "--sumo" +-- casepath sumo_flag +WF_CREATE_CASE_METADATA // "--sumo" -- This workflow is intended to be run as a HOOK workflow. -- This workflow job is shipped with Komodo