dapr / js-sdk

Dapr SDK for Javascript
Apache License 2.0
198 stars 84 forks source link

feat(workflow): Add gRPC APIs for workflow management #499

Closed shubham1172 closed 9 months ago

shubham1172 commented 1 year ago

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.

shubham1172 commented 9 months ago

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