What exactly could be the root cause of the Workflow Service Host throwing the following type of RedirectionException:
System.ServiceModel.Channels.RedirectionException: The requested resource has moved to the one of the following locations:
http://blah.mydomain.com/MyWorkflowService.svc
at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)
at System.ServiceModel.Activities.Dispatcher.ControlOperationInvoker.InvokeEnd(Object instance, Object[]& outputs, IAsyncResult result)
at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeEnd(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage7(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)
The documentation for RedirectionException is generic in terms of WCF and I get what it's for, but I'm not sure what condition is triggering the Workflow Service Host itself to throw it and there doesn't seem to be any documentation on it.