Merged in paulis/processmaker/PM-4270 (pull request #3282)

PM-4270
This commit is contained in:
Julio Cesar Laura Avendaño
2015-12-02 17:07:08 -04:00
7 changed files with 94 additions and 18 deletions

View File

@@ -1060,7 +1060,7 @@ class BpmnWorkflow extends Project\Bpmn
break;
default:
//EMPTY //and others types
$result = $this->wp->addRoute($activityUid, -1, $routeType, $routeCondition, $routeDefault);
$result = $this->wp->addRoute($activityUid, -1, $routeType, $routeCondition, $routeDefault, $eventUid);
break;
}
break;