Hello Support, we are trying to consume workflows in C#, I dont see any direct support for C#.net for Temporal.io.Is there any REST apis I can use to consume them in c#.net.
Would you define what “consume workflow” means?
I mean to say invoke the workflow from the code.
Do you mean to start a workflow execution that is written in a different language?
yes thats correct
This is what I am trying to achieve in my project Define the workflow in Go and Invoke that workflow from C#
Temporal still doesn’t have an official REST API. You have to use gRPC API instead. Here is its definition. To start a workflow call StartWorkflowExecution function.
Appreciate your help, are you aware of anybody using C# with Temporal.io.
There is Neon.Temporal which I believe is still a work in progress.