Provides details of the StartChildWorkflowExecutionFailed event.

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