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