Provides details of the RequestCancelExternalWorkflowExecutionFailed event.

Beispiel #1
0
 public HistoryEvent WithRequestCancelExternalWorkflowExecutionFailedEventAttributes(RequestCancelExternalWorkflowExecutionFailedEventAttributes requestCancelExternalWorkflowExecutionFailedEventAttributes)
 {
     this.requestCancelExternalWorkflowExecutionFailedEventAttributes = requestCancelExternalWorkflowExecutionFailedEventAttributes;
     return this;
 }