Parallel task doesn't wait for all users to send "Intermediate" Email event
This commit is contained in:
dheeyi william
2017-03-13 17:29:31 -04:00
parent 4c07012e19
commit 20fa56cd8d

View File

@@ -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);
}