fixed typo

This commit is contained in:
dcore94 2021-03-24 12:55:10 +01:00
parent 930ed0760f
commit 4c7dab8913
1 changed files with 10 additions and 1 deletions

View File

@ -61,7 +61,16 @@
"roles" : [{ "id" : "${workflow.input.role.id}", "required" : true}] "roles" : [{ "id" : "${workflow.input.role.id}", "required" : true}]
} }
} }
} },
{
"name": "LAMBDA_TASK",
"taskReferenceName": "to_array",
"type": "LAMBDA",
"inputParameters": {
"p": "${add_policy.output.body}",
"scriptExpression": "Java.to([$.p],'java.util.Map[]')"
}
},
], ],
[ [
{ {