diff --git a/workflow/engine/src/ProcessMaker/Core/RoutingScreen.php b/workflow/engine/src/ProcessMaker/Core/RoutingScreen.php index 8aa1d93ca..687f14a05 100644 --- a/workflow/engine/src/ProcessMaker/Core/RoutingScreen.php +++ b/workflow/engine/src/ProcessMaker/Core/RoutingScreen.php @@ -103,7 +103,7 @@ class RoutingScreen extends \Derivation } $this->checkElement($this->node[$indexI]); } - return count($this->convergent) == 0 || count($this->convergent) == count($this->divergent); + return count($this->convergent) == 0 || count($this->divergent) == 0 || count($this->convergent) == count($this->divergent); } } \ No newline at end of file