Skip to content
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

Closed
Tracked by #7410
RyanLettieri opened this issue Mar 13, 2023 · 9 comments · Fixed by #485 or #563
Closed
Tracked by #7410

Workflow implementation in SDK #463

RyanLettieri opened this issue Mar 13, 2023 · 9 comments · Fixed by #485 or #563
Assignees
Labels
enhancement New feature or request enhancement-runtime-dependency New feature or request due to a runtime feature pinned

Comments

@RyanLettieri
Copy link

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

@shubham1172
Copy link
Member

shubham1172 commented Mar 13, 2023

@RyanLettieri can you please share any sample implementation or a spec (e.g. bulk publish) that an SDK can use?
Can these be starting points? dapr/dotnet-sdk#981 and dapr/dotnet-sdk#1003

@RyanLettieri
Copy link
Author

@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

@shubham1172 shubham1172 added this to the Dapr Node.js SDK - v3.1.0 milestone Mar 14, 2023
@shubham1172 shubham1172 added enhancement New feature or request enhancement-runtime-dependency New feature or request due to a runtime feature labels Mar 14, 2023
@shubham1172 shubham1172 self-assigned this Mar 21, 2023
@shubham1172
Copy link
Member

shubham1172 commented May 2, 2023

TODO:

@shubham1172
Copy link
Member

Reopening this since it's only partially closed, authoring part + gRPC management APIs still needs to go in.

@XavierGeerinck
Copy link
Contributor

This is partly being done in https://github.com/XavierGeerinck/durabletask-js as it is required in the core

@dapr-bot
Copy link
Collaborator

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.

@dapr-bot dapr-bot added the stale label Aug 12, 2023
@dapr-bot
Copy link
Collaborator

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.

@dapr-bot
Copy link
Collaborator

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.

@kaibocai
Copy link
Contributor

kaibocai commented Dec 7, 2023

The core logics is at https://github.com/microsoft/durabletask-js

The basic requirements for durabletask-js can be found microsoft/durabletask-js#5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request enhancement-runtime-dependency New feature or request due to a runtime feature pinned
Projects
None yet
6 participants