fix in flag

This commit is contained in:
Ronald Q
2016-08-11 12:09:24 -04:00
parent 7755e36513
commit 37cae26d3a
2 changed files with 1 additions and 1 deletions

View File

@@ -56,7 +56,6 @@ class Derivation
public function __construct() public function __construct()
{ {
$this->setRegexpTaskTypeToInclude("GATEWAYTOGATEWAY|END-MESSAGE-EVENT|END-EMAIL-EVENT"); $this->setRegexpTaskTypeToInclude("GATEWAYTOGATEWAY|END-MESSAGE-EVENT|END-EMAIL-EVENT");
$this->flagSanity = true;
} }
/** /**

View File

@@ -9,6 +9,7 @@ class RoutingScreen extends \Derivation
{ {
parent::__construct(); parent::__construct();
$this->setRegexpTaskTypeToInclude("GATEWAYTOGATEWAY|END-MESSAGE-EVENT|END-EMAIL-EVENT|INTERMEDIATE-CATCH-TIMER-EVENT|INTERMEDIATE-THROW-EMAIL-EVENT"); $this->setRegexpTaskTypeToInclude("GATEWAYTOGATEWAY|END-MESSAGE-EVENT|END-EMAIL-EVENT|INTERMEDIATE-CATCH-TIMER-EVENT|INTERMEDIATE-THROW-EMAIL-EVENT");
$this->flagSanity = true;
} }
public function mergeDataDerivation($post, $prepareInformation) public function mergeDataDerivation($post, $prepareInformation)