protected virtual void ChildWorkflowExecutionFailed(
     ChildWorkflowExecutionFailedEventAttributes attributes, DecisionTask decisionTask)
 {
 }
Exemple #2
0
 internal ChildWorkflowFailedEvent(HistoryEvent failedEvent, IEnumerable <HistoryEvent> allEvents)
     : base(failedEvent)
 {
     _attr = failedEvent.ChildWorkflowExecutionFailedEventAttributes;
     PopulateProperties(_attr.WorkflowExecution.RunId, _attr.InitiatedEventId, allEvents);
 }