eventType enumspb.EventType,
time time.Time,
historyEvent := &historypb.HistoryEvent{}
historyEvent.EventTime = timestamppb.New(time.UTC())
historyEvent.EventType = eventType
historyEvent.Version = b.version
historyEvent.TaskId = common.EmptyEventTaskID
return historyEvent
}
// CreateWorkflowExecutionTimeSkippingTransitionedEvent creates a workflow execution time skipping transitioned event.