Gateway 3 Levels does not work for a specific case.
This commit is contained in:
Dheeyi William
2016-07-06 11:00:52 -04:00
parent 3eb153c90d
commit e50ed25e22

View File

@@ -229,10 +229,6 @@ class Derivation
$count++;
}
if ($arrayRouteData["ROU_TYPE"] == "EVALUATE" && !empty($arrayNextTask)) {
$flagAddDelegation = false;
}
if ($flagAddDelegation &&
preg_match("/^(?:EVALUATE|PARALLEL-BY-EVALUATION)$/", $arrayRouteData["ROU_TYPE"]) &&
trim($arrayRouteData["ROU_CONDITION"]) == ""