From bc4b0223261fedce319eb5f1b09ebe42e80bf23f Mon Sep 17 00:00:00 2001 From: Francisco Javier Tirado Sarti Date: Thu, 1 Aug 2024 15:30:02 +0200 Subject: [PATCH] Updating to latest version of schema Signed-off-by: Francisco Javier Tirado Sarti --- api/src/main/resources/schema/workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/main/resources/schema/workflow.yaml b/api/src/main/resources/schema/workflow.yaml index c1a0d749..370e9db1 100644 --- a/api/src/main/resources/schema/workflow.yaml +++ b/api/src/main/resources/schema/workflow.yaml @@ -523,7 +523,7 @@ $defs: required: [ command ] required: [ shell ] description: Enables the execution of shell commands within a workflow, enabling workflows to interact with the underlying operating system and perform system-level operations, such as file manipulation, environment configuration, or system administration tasks. - - title: RunWokflow + - title: RunWorkflow properties: workflow: title: RunWorkflowDescriptor