/**
  * {@inheritdoc}
  */
 public function getAllStates(ModelInterface $model, $successOnly = true)
 {
     return $this->storage->findAllModelStates($model, $this->process->getName(), $successOnly);
 }