We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Search attributes to be carried-forward during Workflow.continueAsNew()
Workflow.continueAsNew()
Continued-as-new workflows are missing the search attributes from the original run.
continueAsNew
The text was updated successfully, but these errors were encountered:
Use ContinueAsNewOptions.Builder#setSearchAttributes to pass search attributes into continueAsNew for now.
ContinueAsNewOptions.Builder#setSearchAttributes
Sorry, something went wrong.
Is there a similar possibility in the python SDK for retry_policy? I don't see retry_policy as a param in continue_as_new.
retry_policy
continue_as_new
@patte Please post as a question in #python-sdk channel of our Community Slack or as a feature request in https://github.com/temporalio/sdk-python/issues. Our Python SDK is still in beta, but this should be available there one day.
#python-sdk
closing in favor of #1201 since there are more attributes not passed then just SA.
No branches or pull requests
Expected Behavior
Search attributes to be carried-forward during
Workflow.continueAsNew()
Actual Behavior
Continued-as-new workflows are missing the search attributes from the original run.
Steps to Reproduce the Problem
continueAsNew
Specifications
The text was updated successfully, but these errors were encountered: