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) {
|
switch ($routeType) {
|
||||||
case 'SEC-JOIN':
|
case 'SEC-JOIN':
|
||||||
//If the all Siblings are done execute the events
|
//If the all Siblings are done execute the events
|
||||||
if(sizeof($arraySiblings) === 0){
|
if (sizeof($arraySiblings) === 0 && !$flagTaskAssignTypeIsMultipleInstance) {
|
||||||
//Throw Events
|
//Throw Events
|
||||||
$this->executeEvent($nextDel["TAS_UID"], $appFields, $flagFirstIteration, false);
|
$this->executeEvent($nextDel["TAS_UID"], $appFields, $flagFirstIteration, false);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user