/**
  * @param array $args
  * @return \Guzzle\Service\Resource\Model
  */
 public function startWorkflowExecution(array $args = array())
 {
     return $this->client->startWorkflowExecution($args);
 }