Provides details of the StartChildWorkflowExecutionFailed event.

示例#1
0
 public HistoryEvent WithStartChildWorkflowExecutionFailedEventAttributes(StartChildWorkflowExecutionFailedEventAttributes startChildWorkflowExecutionFailedEventAttributes)
 {
     this.startChildWorkflowExecutionFailedEventAttributes = startChildWorkflowExecutionFailedEventAttributes;
     return this;
 }