Пример #1
0
 public HistoryEvent WithWorkflowExecutionFailedEventAttributes(WorkflowExecutionFailedEventAttributes workflowExecutionFailedEventAttributes)
 {
     this.workflowExecutionFailedEventAttributes = workflowExecutionFailedEventAttributes;
     return this;
 }