public function getWorkflow() { if (null === $this->start) { throw new Exception\NoStartingNodeBuilderException(); } return new Workflow($this->start, $this->nodes, $this->eventDispatcher); }