Hi,
Can someone describe the effects of calling TaskService.deleteTask() wrt process execution? The javadoc on the method doesn't go into details. The only thing in the user guide that seems relevant is the description of multi-instance tasks and completionCondition, where I find the text "In this example, there will be parallel instances created for each element of the assigneeList collection. However, when 60% of the tasks are completed, the other tasks are deleted and the process continues." I'm particularly interested in understanding how it differs from just completing the task from a process execution perspective.
Thanks,
bwd