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

[Feature Request] execute_workflow for Rust SDK #573

Open
c-thiel opened this issue Jun 18, 2023 · 1 comment
Open

[Feature Request] execute_workflow for Rust SDK #573

c-thiel opened this issue Jun 18, 2023 · 1 comment
Labels
enhancement New feature or request Rust SDK Issues about or asking for Rust SDK release

Comments

@c-thiel
Copy link
Contributor

c-thiel commented Jun 18, 2023

Is your feature request related to a problem? Please describe.

Implement execute_workflow similar to the Python SDK.

Describe the solution you'd like

Currently the Rust SDK offers the start_workflow method. Other SDKs also offer execute_workflow which polls on the execution until the workflow is terminated. It would be very convenient to have this available in Rust as well.

@c-thiel c-thiel added the enhancement New feature or request label Jun 18, 2023
@Sushisource Sushisource added the Rust SDK Issues about or asking for Rust SDK release label Jun 20, 2023
@h7kanna
Copy link
Contributor

h7kanna commented Aug 4, 2023

I had a requirement for this, currently, I have a changeset adding a watch stream of events like this here.
h7kanna@5739e1a

Maybe I can work on turning it into execute_workflow API as mentioned above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Rust SDK Issues about or asking for Rust SDK release
Projects
None yet
Development

No branches or pull requests

3 participants