05-07-2012 09:06 AM
<multiInstanceLoopCharacteristics isSequential="false" activiti:collection="bpm_assignees" activiti:elementVariable="reviewAssignee">
<completionCondition>${wf_reviewedCount >= wf_reviewerCount}</completionCondition>
</multiInstanceLoopCharacteristics>
The accompanying userTask is defined like this:
<userTask id="alfrescoUsertask1" name="Review" activiti:assignee="${reviewAssignee.properties.userName}" activiti:formKey="wf:activitiReviewTask">
I'd like to reference the name (and maybe other properties, but name is most important) of the loop Element reviewAssignee, but Alfresco keeps erroring out on references like this:
mail.parameters.text = reviewAssignee.properties.userName + " said: " + wf_reviewOutcome + "\n"
Saying "reviewAssignee" is not defined. The same is true when I use assignee?!05-20-2012 06:21 AM
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.