diff --git a/library/Businessprocess/Node.php b/library/Businessprocess/Node.php index 5e89810..199cbb9 100644 --- a/library/Businessprocess/Node.php +++ b/library/Businessprocess/Node.php @@ -112,6 +112,11 @@ abstract class Node return $this; } + public function hasProblems() + { + return $this->getState() > 0; + } + public function hasBeenChanged() { return false;