Hi Team,
Currently we are using the Temporal DotNet SDK for all the temporal communication but now we are exploring the Nexus service, so we are pretty much new here and under impression that we can replace our SDK implementation with the Nexus service we could be entirely wrong just got confused with the documents so thought to confirm it.
So first question is can we start/update workflow using the HTTP REST calls, we started working with the nexus service and created endpoint which is working fine when using Nexus client within another workflow but is there any way to execute workflow using the HTTP call or is there any way I can inject the Nexus client similar way we inject ITemporalClient.
So far we managed to get the Nexus endpoint details using below REST call and nothing more than that, we found couple more endpoint suggestion but all those are returning either 404 or "message": "invalid request method: expected GET, got \"POST\"". If you can help me to understand Nexus service because at this point we come to the conclusion we can’t use Nexus for HTTP operations it only allows or expose nexus client in the Workflow definition only. If it does support this please redirect me to the document and I will take a look.
Working Nexus GET endpoint, which is returns endpoint details - /api/v1/nexus/endpoints/{EndpointIdHere}
Not working Nexus POST endpoint, it always return invalid request - nexus/endpoints/{NexusEndpointId}/services/{ServiceName}/operations/{OperationName}
Thank you in advance!