Provides details of the ChildWorkflowExecutionCompleted event.

예제 #1
0
 public HistoryEvent WithChildWorkflowExecutionCompletedEventAttributes(ChildWorkflowExecutionCompletedEventAttributes childWorkflowExecutionCompletedEventAttributes)
 {
     this.childWorkflowExecutionCompletedEventAttributes = childWorkflowExecutionCompletedEventAttributes;
     return this;
 }