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
Is your feature request related to a problem? Please describe. Per
sdk-go/client/client.go
Lines 575 to 586 in 8361067
WaitPolicy
Describe the solution you'd like Make sure availability tradeoff is documented clearly and user is opting in to a wait policy.
Describe alternatives you've considered
Additional context Add any other context or screenshots about the feature request here. Parent: temporalio/features#469
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Per
sdk-go/client/client.go
Lines 575 to 586 in 8361067
it's unclear from the docstrings how to start a workflow and wait for acceptance/rejection.
I see https://github.com/temporalio/sdk-go/blob/master/internal/internal_workflow_client.go#L756 and, per the parent task, want to make sure we require
WaitPolicy
and don't default to anything that could be dangerous.Describe the solution you'd like
Make sure availability tradeoff is documented clearly and user is opting in to a wait policy.
Describe alternatives you've considered
Additional context
Add any other context or screenshots about the feature request here.
Parent: temporalio/features#469
The text was updated successfully, but these errors were encountered: