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