fixed typo

master
dcore94 3 years ago
parent 930ed0760f
commit 4c7dab8913

@ -61,7 +61,16 @@
"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[]')"
}
},
],
[
{

Loading…
Cancel
Save