Provides details of the FailWorkflowExecutionFailed event.

Пример #1
0
 public HistoryEvent WithFailWorkflowExecutionFailedEventAttributes(FailWorkflowExecutionFailedEventAttributes failWorkflowExecutionFailedEventAttributes)
 {
     this.failWorkflowExecutionFailedEventAttributes = failWorkflowExecutionFailedEventAttributes;
     return this;
 }