Provides details of the RequestCancelExternalWorkflowExecutionFailed event.

Exemplo n.º 1
0
 public HistoryEvent WithRequestCancelExternalWorkflowExecutionFailedEventAttributes(RequestCancelExternalWorkflowExecutionFailedEventAttributes requestCancelExternalWorkflowExecutionFailedEventAttributes)
 {
     this.requestCancelExternalWorkflowExecutionFailedEventAttributes = requestCancelExternalWorkflowExecutionFailedEventAttributes;
     return this;
 }