-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workflow implementation in SDK #463
Comments
@RyanLettieri can you please share any sample implementation or a spec (e.g. bulk publish) that an SDK can use? |
@shubham1172 Those are perfect starting points. They showcase both the authoring and management side of the SDK. The related proposal should be close to the spec |
TODO:
|
Reopening this since it's only partially closed, authoring part + gRPC management APIs still needs to go in. |
This is partly being done in https://github.com/XavierGeerinck/durabletask-js as it is required in the core |
This issue has been automatically marked as stale because it has not had activity in the last 60 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had activity in the last 67 days. If this issue is still valid, please ping a maintainer and ask them to label it as pinned, good first issue, help wanted or triaged/resolved. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had activity in the last 60 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions. |
The core logics is at https://github.com/microsoft/durabletask-js The basic requirements for durabletask-js can be found microsoft/durabletask-js#5 |
Describe the proposal
Add javascript SDK support for dapr workflow. This will include both the authoring and management functionalities.
Related dapr/dapr proposal: dapr/dapr#4576
The text was updated successfully, but these errors were encountered: