Provides details of the WorkflowExecutionFailed event.

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