fixes
This commit is contained in:
parent
a633d782a9
commit
609e239bc5
|
@ -57,7 +57,7 @@
|
|||
"name": "decision",
|
||||
"taskReferenceName": "check_user_existance",
|
||||
"inputParameters": {
|
||||
"folders": "${checkfolder.output.response.body}"
|
||||
"folders": "${check_folder.output.response.body}"
|
||||
},
|
||||
"type": "DECISION",
|
||||
"caseExpression": "($.folders.length === 0 ? 'create' : 'exists')",
|
||||
|
@ -97,7 +97,7 @@
|
|||
"taskReferenceName": "extract_folder_id_2",
|
||||
"type": "LAMBDA",
|
||||
"inputParameters": {
|
||||
"resp" : "${checkfolder.output.response.body}",
|
||||
"resp" : "${check_folder.output.response.body}",
|
||||
"scriptExpression": "return { parent_folder_id : $.resp.itemlist[0].id}"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue