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