Provides details of the ChildWorkflowExecutionCompleted event.

Esempio n. 1
0
 public HistoryEvent WithChildWorkflowExecutionCompletedEventAttributes(ChildWorkflowExecutionCompletedEventAttributes childWorkflowExecutionCompletedEventAttributes)
 {
     this.childWorkflowExecutionCompletedEventAttributes = childWorkflowExecutionCompletedEventAttributes;
     return this;
 }