Provide details of the ChildWorkflowExecutionCanceled event.

Esempio n. 1
0
 public HistoryEvent WithChildWorkflowExecutionCanceledEventAttributes(ChildWorkflowExecutionCanceledEventAttributes childWorkflowExecutionCanceledEventAttributes)
 {
     this.childWorkflowExecutionCanceledEventAttributes = childWorkflowExecutionCanceledEventAttributes;
     return this;
 }