diff --git a/library/Businessprocess/BpNode.php b/library/Businessprocess/BpNode.php index 31adbf0..dcd60f8 100644 --- a/library/Businessprocess/BpNode.php +++ b/library/Businessprocess/BpNode.php @@ -306,7 +306,7 @@ class BpNode extends Node if (!$this->hasChildren()) { // TODO: delegate this to operators, should mostly fail - $this->state = 0; + $this->state = 3; $this->setMissing(); return $this; }