A construction
$process = $this->getProcessStorage()->findExecution($processId);
is used to get a process from the storage. But the method findExecution is missing in the storage interface & implementation. It possibly should be replaced with get in the examples,