コード例 #1
0
 internal WorkflowCancelRequestFailedEvent(HistoryEvent cancelRequestFailedEvent) : base(cancelRequestFailedEvent.EventId)
 {
     _eventAttributes = cancelRequestFailedEvent.RequestCancelExternalWorkflowExecutionFailedEventAttributes;
 }
コード例 #2
0
 internal ExternalWorkflowCancelRequestFailedEvent(HistoryEvent cancelRequestFailedEvent)
     : base(cancelRequestFailedEvent)
 {
     _eventAttributes = cancelRequestFailedEvent.RequestCancelExternalWorkflowExecutionFailedEventAttributes;
     ScheduleId       = ScheduleId.Raw(_eventAttributes.WorkflowId);
 }