diff --git a/workflow/engine/classes/class.derivation.php b/workflow/engine/classes/class.derivation.php index a67fc0ed6..4aaa288bc 100644 --- a/workflow/engine/classes/class.derivation.php +++ b/workflow/engine/classes/class.derivation.php @@ -1249,7 +1249,7 @@ class Derivation switch ($routeType) { case 'SEC-JOIN': //If the all Siblings are done execute the events - if(sizeof($arraySiblings) === 0){ + if (sizeof($arraySiblings) === 0 && !$flagTaskAssignTypeIsMultipleInstance) { //Throw Events $this->executeEvent($nextDel["TAS_UID"], $appFields, $flagFirstIteration, false); }