Closed shubham1172 closed 9 months ago
Parent issue: #463
HTTP APIs for workflow management was added by #485, this issue is to add gRPC APIs for the same.
DaprWorkflowClient already implements this (as part of authoring), so no further work is required.
https://github.com/dapr/js-sdk/blob/main/src/workflow/client/DaprWorkflowClient.ts#L27
Describe the proposal
Parent issue: #463
HTTP APIs for workflow management was added by #485, this issue is to add gRPC APIs for the same.