Merged in bugfix/HOR-2832 (pull request #5526)

HOR-2832

Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
dheeyi william
2017-03-15 16:01:23 +00:00
committed by Julio Cesar Laura Avendaño

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