removed extra response field

This commit is contained in:
dcore94 2021-10-21 12:43:35 +02:00
parent 929aa78362
commit a6dc075063
1 changed files with 2 additions and 2 deletions

View File

@ -125,8 +125,8 @@
"name": "decision", "name": "decision",
"taskReferenceName": "check_destination_folder_existance", "taskReferenceName": "check_destination_folder_existance",
"inputParameters": { "inputParameters": {
"folders": "${check_destination_folder.output.response.body.itemlist}", "folders": "${check_destination_folder.output.body.itemlist}",
"status": "${check_destination_folder.output.response.statusCode}" "status": "${check_destination_folder.output.statusCode}"
}, },
"type": "DECISION", "type": "DECISION",
"caseExpression": "((($.folders && $.folders.length === 0) || $.statusCode === 404) ? 'create' : 'exists')", "caseExpression": "((($.folders && $.folders.length === 0) || $.statusCode === 404) ? 'create' : 'exists')",