saving issue with gateway while importing
This commit is contained in:
@@ -3463,8 +3463,8 @@ class Xpdl extends processes
|
||||
$routeParallel = $sGateUID;
|
||||
$arrayGateways[$countG]['0'] = $sGateUID;
|
||||
$arrayGateways[$countG]['1'] = 'bpmnGatewayParallel';
|
||||
$arrayGateways[$countG]['2'] = $coordinateX;
|
||||
$arrayGateways[$countG]['3'] = $coordinateY;
|
||||
$arrayGateways[$countG]['2'] = $gatPosX;
|
||||
$arrayGateways[$countG]['3'] = $gatPosY;
|
||||
$countG = $countG + 1;
|
||||
$arrayRoutes[$countRoutes]['0']= G::generateUniqueID();
|
||||
$arrayRoutes[$countRoutes]['1']= $taskParallel;
|
||||
@@ -3506,8 +3506,8 @@ class Xpdl extends processes
|
||||
$routeSecJoin = $sGateUID;
|
||||
$arrayGateways[$countG]['0'] = $sGateUID;
|
||||
$arrayGateways[$countG]['1'] = 'bpmnGatewayParallel';
|
||||
$arrayGateways[$countG]['2'] = $coordinateX;
|
||||
$arrayGateways[$countG]['3'] = $coordinateY;
|
||||
$arrayGateways[$countG]['2'] = $gatPosX;
|
||||
$arrayGateways[$countG]['3'] = $gatPosY;
|
||||
$countG = $countG + 1;
|
||||
$arrayRoutes[$countRoutes]['0']= G::generateUniqueID();
|
||||
$arrayRoutes[$countRoutes]['1']= $routeSecJoin;
|
||||
@@ -3550,8 +3550,8 @@ class Xpdl extends processes
|
||||
if($nextTask != "-1"){
|
||||
$arrayGateways[$countG]['0'] = $sGateUID;
|
||||
$arrayGateways[$countG]['1'] = 'bpmnGatewayExclusiveData';
|
||||
$arrayGateways[$countG]['2'] = $coordinateX;
|
||||
$arrayGateways[$countG]['3'] = $coordinateY;
|
||||
$arrayGateways[$countG]['2'] = $gatPosX;
|
||||
$arrayGateways[$countG]['3'] = $gatPosY;
|
||||
$countG = $countG + 1;
|
||||
$arrayRoutes[$countRoutes]['0']= G::generateUniqueID();
|
||||
$arrayRoutes[$countRoutes]['1']= $taskEvaluate;
|
||||
@@ -3599,8 +3599,8 @@ class Xpdl extends processes
|
||||
$routeParallelEv = $sGateUID;
|
||||
$arrayGateways[$countG]['0'] = $sGateUID;
|
||||
$arrayGateways[$countG]['1'] = 'bpmnGatewayInclusive';
|
||||
$arrayGateways[$countG]['2'] = $coordinateX;
|
||||
$arrayGateways[$countG]['3'] = $coordinateY;
|
||||
$arrayGateways[$countG]['2'] = $gatPosX;
|
||||
$arrayGateways[$countG]['3'] = $gatPosY;
|
||||
$countG = $countG + 1;
|
||||
$arrayRoutes[$countRoutes]['0']= G::generateUniqueID();
|
||||
$arrayRoutes[$countRoutes]['1']= $taskParallelEv;
|
||||
@@ -3642,8 +3642,8 @@ class Xpdl extends processes
|
||||
$routeSelect = $sGateUID;
|
||||
$arrayGateways[$countG]['0'] = $sGateUID;
|
||||
$arrayGateways[$countG]['1'] = 'bpmnGatewayExclusiveData';
|
||||
$arrayGateways[$countG]['2'] = $coordinateX;
|
||||
$arrayGateways[$countG]['3'] = $coordinateY;
|
||||
$arrayGateways[$countG]['2'] = $gatPosX;
|
||||
$arrayGateways[$countG]['3'] = $gatPosY;
|
||||
$countG = $countG + 1;
|
||||
$arrayRoutes[$countRoutes]['0']= G::generateUniqueID();
|
||||
$arrayRoutes[$countRoutes]['1']= $taskSelect;
|
||||
@@ -3691,7 +3691,7 @@ class Xpdl extends processes
|
||||
$routeDiscriminator = $sGateUID;
|
||||
$arrayGateways[$countG]['0'] = $sGateUID;
|
||||
$arrayGateways[$countG]['1'] = 'bpmnGatewayComplex';
|
||||
$arrayGateways[$countG]['2'] = $coordinateX;
|
||||
$arrayGateways[$countG]['2'] = $gatPosX;
|
||||
$arrayGateways[$countG]['3'] = $gatPosY;
|
||||
$countG = $countG + 1;
|
||||
$arrayRoutes[$countRoutes]['0']= G::generateUniqueID();
|
||||
|
||||
Reference in New Issue
Block a user