From a6dc07506352c240c2fc06d4ae2da3edf00d6a19 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Thu, 21 Oct 2021 12:43:35 +0200 Subject: [PATCH] removed extra response field --- templates/da_cache_to_shub.json.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/da_cache_to_shub.json.j2 b/templates/da_cache_to_shub.json.j2 index 85dba35..c536871 100644 --- a/templates/da_cache_to_shub.json.j2 +++ b/templates/da_cache_to_shub.json.j2 @@ -125,8 +125,8 @@ "name": "decision", "taskReferenceName": "check_destination_folder_existance", "inputParameters": { - "folders": "${check_destination_folder.output.response.body.itemlist}", - "status": "${check_destination_folder.output.response.statusCode}" + "folders": "${check_destination_folder.output.body.itemlist}", + "status": "${check_destination_folder.output.statusCode}" }, "type": "DECISION", "caseExpression": "((($.folders && $.folders.length === 0) || $.statusCode === 404) ? 'create' : 'exists')",