Fixed issue for problem with loading Evaluate gateway in new processmap
This commit is contained in:
@@ -3523,7 +3523,7 @@ class Xpdl extends processes
|
||||
$positionY=$coordinateY+55;
|
||||
if($idTask != $taskEvaluate){
|
||||
$taskEvaluate = $idTask;
|
||||
$routeEvaluate = $idRoute;
|
||||
$routeEvaluate = $sGateUID;
|
||||
if($nextTask != "-1"){
|
||||
$arrayGateways[$countG]['0'] = $sGateUID;
|
||||
$arrayGateways[$countG]['1'] = 'bpmnGatewayExclusiveData';
|
||||
|
||||
@@ -477,6 +477,7 @@ Ext.onReady ( function() {
|
||||
{
|
||||
if(typeof this.workflow.figures.data[conn] === 'object')
|
||||
{
|
||||
//If End Process or Evaluate
|
||||
if(targetid == '-1' || typeof shapes.routes[i][5] != 'undefined' && shapes.routes[i][5] == 'EVALUATE')
|
||||
{
|
||||
targetObj = eval("new bpmnEventEmptyEnd (this.workflow)");
|
||||
|
||||
Reference in New Issue
Block a user