static function removeDraft()
 {
     $draft = eZApprove2Event::fetchDraft($this->attribute('workflowevent_id'));
     if ($draft) {
         $draft->remove();
     }
 }