BusinessProcess: missing nodes must exist

This commit is contained in:
Thomas Gelf 2014-11-30 11:06:51 +01:00
parent 91e9c7e321
commit a747092a58

View file

@ -144,6 +144,7 @@ class BusinessProcess
)
);
$node->setMissing();
$this->nodes[$name] = $node;
return $node;
}