This commit is contained in:
Paula V. Quispe
2015-12-09 10:35:04 -04:00
parent 49a7f4e7c9
commit 4220f9ac8d
2 changed files with 5 additions and 2 deletions

View File

@@ -789,7 +789,7 @@ class Derivation
$continue = true;
$row = $rsCriFlow->getRow();
}else{
$rsCriFlow = $bpmnFlow->getElementOriginToElementDest($row["FLO_ELEMENT_DEST"],$routeCondition);
$rsCriFlow = $bpmnFlow->getElementOriginToElementDest($row["FLO_ELEMENT_DEST"],$routeCondition,"bpmnEvent");
$routeCondition = '';
$continue = false;
if($rsCriFlow->next()){