Hi,
I have a workflow where i used one association for user selection for approval of workflow like below. i need to move the workflow once all the selected users either approve or reject the document. some functionality same as parallel review workflow in alfresco. but here i need to the condion based on the count of selected users. Please help me to sort this out
<association name="abc:approver">
<title>QC Inspector</title>
<source>
<mandatory>false</mandatory>
<many>false</many>
</source>
<target>
<class>cmerson</class>
<mandatory>false</mandatory>
<many>false</many>
</target>
</association>
Solved! Go to Solution.
Edit in association
<association name="abc:approver">
<title>QC Inspector</title>
<source>
<mandatory>true</mandatory>
<many>true</many>
</source>
<target>
<class>cmerson</class>
<mandatory>true</mandatory>
<many>true</many>
</target>
</association>
I got it by using abc_approver.size();
Thanks,
Prasobhraj
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.