fixed typo

This commit is contained in:
dcore94 2021-03-24 12:06:00 +01:00
parent 7dce372bd4
commit 4267480a1c
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
"type":"role",
"logic" : "POSITIVE",
"decisionStrategy" : "UNANIMOUS",
"roles" : [{id:r.id,required:true}]
"roles" : [{ "id" : "${workflow.input.role.id}", "required" : true}]
}
}
}