Provides details of the ChildWorkflowExecutionCompleted event.

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