diff --git a/library/Businessprocess/Node.php b/library/Businessprocess/Node.php index 30bfcb5..78a3459 100644 --- a/library/Businessprocess/Node.php +++ b/library/Businessprocess/Node.php @@ -547,7 +547,8 @@ abstract class Node 'name' => $this->getAlias(), 'state' => $this->getStateName(), 'since' => $this->getLastStateChange(), - 'in_downtime' => $this->isInDowntime() ? true : false + 'in_downtime' => $this->isInDowntime() ? true : false, + 'in_acknowledged' => $this->isAcknowledged() ? true : false ]; if ($parent !== null) {