POST endpoint at /workflows/signals/:token where the token originates from a DurableDeferred. When using an Activity with the name select-move-out-date which is internally used to encode the token. When making a request to the endpoint I get a RouteNotFound. Move the token to the body of the request fixed the issue but after some long debugging I found it is somthing to do with how the token is encoded and conflicts with HttpApi route mapping logic.