HOR-2832
Parallel task doesn't wait for all users to send "Intermediate" Email event
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user