This commit is contained in:
dcore94 2021-09-13 15:38:16 +02:00
parent 7bba75aaa8
commit dad88dd17b
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@
"taskReferenceName": "init2", "taskReferenceName": "init2",
"type": "LAMBDA", "type": "LAMBDA",
"inputParameters": { "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"
} }
}, },
{ {