diff --git a/library/Businessprocess/Node.php b/library/Businessprocess/Node.php index 05fb1d9..9a4fb51 100644 --- a/library/Businessprocess/Node.php +++ b/library/Businessprocess/Node.php @@ -256,6 +256,7 @@ abstract class Node { $id = $this->getId($prefix); $state = strtolower($this->getStateName()); + if ($this->isMissing()) $state = 'missing'; $handled = $this->isAcknowledged() || $this->isInDowntime(); $html = sprintf( '