Provides details of the WorkflowExecutionFailed event.

예제 #1
0
 public HistoryEvent WithWorkflowExecutionFailedEventAttributes(WorkflowExecutionFailedEventAttributes workflowExecutionFailedEventAttributes)
 {
     this.workflowExecutionFailedEventAttributes = workflowExecutionFailedEventAttributes;
     return this;
 }