cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti collision

yunusemre
Champ in-the-making
Champ in-the-making
Hi eveyone,

I am new in activiti so I have a question. I dont  want to this function getReviewers().(activiti:collection="${userService.getReviewers()}").So is there another way this although this is only way ? thanks for helping for now.

<userTask id="reviewTask" name="Review task ${loopCounter}"
      activiti:assignee="${ali yilmaz}">
      <multiInstanceLoopCharacteristics   isSequential="false"
      activiti:collection="${userService.getReviewers()}"
         activiti:elementVariable="reviewer" />
   </userTask>
1 REPLY 1

frederikherema1
Star Contributor
Star Contributor
What do you mean, you don't want to call this function? What wrong with doing a method call in an expression?