Provides details of the ChildWorkflowExecutionFailed event.

示例#1
0
 public HistoryEvent WithChildWorkflowExecutionFailedEventAttributes(ChildWorkflowExecutionFailedEventAttributes childWorkflowExecutionFailedEventAttributes)
 {
     this.childWorkflowExecutionFailedEventAttributes = childWorkflowExecutionFailedEventAttributes;
     return this;
 }