internal WorkflowCancelRequestFailedEvent(HistoryEvent cancelRequestFailedEvent) : base(cancelRequestFailedEvent.EventId)
 {
     _eventAttributes = cancelRequestFailedEvent.RequestCancelExternalWorkflowExecutionFailedEventAttributes;
 }
Ejemplo n.º 2
0
 internal ExternalWorkflowCancelRequestFailedEvent(HistoryEvent cancelRequestFailedEvent)
     : base(cancelRequestFailedEvent)
 {
     _eventAttributes = cancelRequestFailedEvent.RequestCancelExternalWorkflowExecutionFailedEventAttributes;
     ScheduleId       = ScheduleId.Raw(_eventAttributes.WorkflowId);
 }