Provides details of the CancelWorkflowExecutionFailed event.
Example #1
0
 public HistoryEvent WithCancelWorkflowExecutionFailedEventAttributes(CancelWorkflowExecutionFailedEventAttributes cancelWorkflowExecutionFailedEventAttributes)
 {
     this.cancelWorkflowExecutionFailedEventAttributes = cancelWorkflowExecutionFailedEventAttributes;
     return this;
 }