case *workflowservice.ResetActivityRequest:
return namespace.RoutingKey{ID: r.GetExecution().GetWorkflowId()}
return namespace.RoutingKey{ID: r.GetExecution().GetWorkflowId()}
case *workflowservice.ResetWorkflowExecutionRequest:
return namespace.RoutingKey{ID: r.GetWorkflowExecution().GetWorkflowId()}