protected virtual void ChildWorkflowExecutionTimedOut(
     ChildWorkflowExecutionTimedOutEventAttributes attributes, DecisionTask decisionTask)
 {
 }
Esempio n. 2
0
 internal ChildWorkflowTimedoutEvent(HistoryEvent timedoutEvent, IEnumerable <HistoryEvent> allEvents)
     : base(timedoutEvent)
 {
     _attr = timedoutEvent.ChildWorkflowExecutionTimedOutEventAttributes;
     PopulateProperties(_attr.WorkflowExecution.RunId, _attr.InitiatedEventId, allEvents);
 }