You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 offerexecute_workflow
which polls on the execution until the workflow is terminated. It would be very convenient to have this available in Rust as well.The text was updated successfully, but these errors were encountered: