06-02-2016 11:47 PM
06-03-2016 02:37 AM
Can I make a loop to sequencially ask approvers for acceptance of the offer?Yes, (seqential/parallel)
can I throw new approval task for each division as part of the start process?Clarify, pls
can I throw new approval task for each division as part of the start process?
Is that feasible (I mean, a process with tasks that will vary based on the number of divisions)?Yes
Would I need to customize the process after loading it from the XML?No, just change params.
Can you help me on how can I model this process?org.activiti.engine.test.bpmn.multiinstance.MultiInstanceTest
06-03-2016 01:59 PM
06-05-2016 01:46 PM
<userTask id="approvalTask" name="Manager approval" activiti:assignee="${assignee}">
<multiInstanceLoopCharacteristics isSequential="true"
activiti:collection="${myService.resolveUsersForTask(currentObject)}" activiti:elementVariable="assignee" >
</multiInstanceLoopCharacteristics>
</userTask>
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.