/**
  * {@inheritdoc}
  */
 public function has($name)
 {
     $this->assertHasProcess();
     return $this->process->hasStep($name);
 }