Provides details of the WorkflowExecutionFailed event.

Ejemplo n.º 1
0
 public HistoryEvent WithWorkflowExecutionFailedEventAttributes(WorkflowExecutionFailedEventAttributes workflowExecutionFailedEventAttributes)
 {
     this.workflowExecutionFailedEventAttributes = workflowExecutionFailedEventAttributes;
     return this;
 }