BpNode: add comment to better reflect what's...

...going on. We are unknown when state calculation fails, not for empty
processes - related git commit message was misleading
This commit is contained in:
Thomas Gelf 2016-12-16 19:47:36 +01:00
parent 93f9a1ac26
commit c856a6fc26

View file

@ -277,6 +277,7 @@ class BpNode extends Node
$e->getMessage()
);
// Failing nodes are unknown
$this->state = 3;
}
}