This commit is contained in:
Julio Cesar Laura Avendaño
2017-09-06 12:56:05 -04:00
parent 54689744d0
commit 6d13e3a117

View File

@@ -8,7 +8,7 @@ class RoutingScreen extends \Derivation
protected $convergent;
protected $divergent;
public $gateway = array('PARALLEL', 'PARALLEL-BY-EVALUATION');
public $routeType = array('SEC-JOIN', 'EVALUATE');
public $routeType = array('SEC-JOIN');
public $isFirst;
public $isUniqueSecJoin = false;
protected $taskSecJoin;