Provides details of the ChildWorkflowExecutionTerminated event.
示例#1
0
 public HistoryEvent WithChildWorkflowExecutionTerminatedEventAttributes(ChildWorkflowExecutionTerminatedEventAttributes childWorkflowExecutionTerminatedEventAttributes)
 {
     this.childWorkflowExecutionTerminatedEventAttributes = childWorkflowExecutionTerminatedEventAttributes;
     return this;
 }