/**
  * {@inheritdoc}
  *
  * @param \stdClass $response Fatmouse response part.
  *
  * @return void
  */
 protected function initFromResponse(\stdClass $response)
 {
     $this->workflow = Workflow::newFromResponse($response->workflow);
 }