Exemplo n.º 1
0
 public function __construct(WorkflowInterface $workflow, $execution_id, $result = null)
 {
     parent::__construct($workflow, $execution_id);
     $this->result = $result;
 }