Provides details of the CompleteWorkflowExecutionFailed event.
Пример #1
0
 public HistoryEvent WithCompleteWorkflowExecutionFailedEventAttributes(CompleteWorkflowExecutionFailedEventAttributes completeWorkflowExecutionFailedEventAttributes)
 {
     this.completeWorkflowExecutionFailedEventAttributes = completeWorkflowExecutionFailedEventAttributes;
     return this;
 }