protected virtual void ChildWorkflowExecutionCanceled(
     ChildWorkflowExecutionCanceledEventAttributes attributes, DecisionTask decisionTask)
 {
 }
Exemple #2
0
 internal ChildWorkflowCancelledEvent(HistoryEvent cancelledEvent, IEnumerable <HistoryEvent> allEvents)
     : base(cancelledEvent)
 {
     _attr = cancelledEvent.ChildWorkflowExecutionCanceledEventAttributes;
     PopulateProperties(_attr.WorkflowExecution.RunId, _attr.InitiatedEventId, allEvents);
 }