From dad88dd17b2bac1f7fb5dcf7bb21aaf6fc4ac95d Mon Sep 17 00:00:00 2001 From: dcore94 Date: Mon, 13 Sep 2021 15:38:16 +0200 Subject: [PATCH] fixes --- templates/da_cache_to_shub.json.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/da_cache_to_shub.json.j2 b/templates/da_cache_to_shub.json.j2 index 28c83a9..0d1d52f 100644 --- a/templates/da_cache_to_shub.json.j2 +++ b/templates/da_cache_to_shub.json.j2 @@ -37,7 +37,8 @@ "taskReferenceName": "init2", "type": "LAMBDA", "inputParameters": { - "workspace_root_folder_id" : "${get_workspace.output.response.item.id}" + "workspace_root_folder_id" : "${get_workspace.output.response.body.item.id}", + "scriptExpression": "1 === 1" } }, {