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