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>