05-21-2015 01:48 PM
<userTask id="iniciar" name="Revisar JefeDpto" activiti:candidateGroups="GROUP_test.children[0].properties["hula:department"]" activiti:formKey="wf:activitiReviewTask">
<userTask id="iniciar" name="Revisar JefeDpto" activiti:candidateGroups="GROUP_"+${test.children[0].properties["hula:department"]}+" activiti:formKey="wf:activitiReviewTask">
05-22-2015 05:59 AM
var tempGrp = "GROUP_" + test.children[0].properties["hula:department"];
var grp = people.getGroup(tempGrp);
activiti:candidateGroups="${grp.properties.authorityName}"
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.