mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Fixed a problem where the Activiti Parallel Review workflow was throwing exceptions because it contained a variable 'review_assignee'.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@26255 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -59,14 +59,14 @@
|
||||
|
||||
<humanPerformer>
|
||||
<resourceAssignmentExpression>
|
||||
<formalExpression>${review_assignee.properties.userName}</formalExpression>
|
||||
<formalExpression>${reviewAssignee.properties.userName}</formalExpression>
|
||||
</resourceAssignmentExpression>
|
||||
</humanPerformer>
|
||||
|
||||
<!-- For each assignee, task is created -->
|
||||
<multiInstanceLoopCharacteristics isSequential="false">
|
||||
<loopDataInputRef>bpm_assignees</loopDataInputRef>
|
||||
<inputDataItem name="review_assignee" />
|
||||
<inputDataItem name="reviewAssignee" />
|
||||
<completionCondition>${wf_actualPercent >= wf_requiredApprovePercent}</completionCondition>
|
||||
</multiInstanceLoopCharacteristics>
|
||||
</userTask>
|
||||
|
Reference in New Issue
Block a user