From f4ee98c531211300a008595ecd6a10e7082866a8 Mon Sep 17 00:00:00 2001 From: "m.lettere" Date: Thu, 25 Nov 2021 15:04:42 +0100 Subject: [PATCH] deploy group_created fix --- templates/group_created.json.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/group_created.json.j2 b/templates/group_created.json.j2 index 5ae47fa..11ea528 100644 --- a/templates/group_created.json.j2 +++ b/templates/group_created.json.j2 @@ -491,10 +491,10 @@ { "name": "sub_workflow_task", "taskReferenceName": "call_enable_workspace_clients_for_context", + "subWorkflowParam": { + "name": "add_workspace_client_to_context" + }, "inputParameters": { - "subWorkflowParam": { - "name": "add_workspace_client_to_context" - }, "context" : "${workflow.input.group}" }, "type": "SUB_WORKFLOW"