05-27-2017 07:35 AM
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>
06-04-2017 01:22 AM
05-28-2017 06:39 AM
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>
06-04-2017 01:22 AM
I got it by using abc_approver.size();
Thanks,
Prasobhraj
Explore our Alfresco products with the links below. Use labels to filter content by product module.