-
Notifications
You must be signed in to change notification settings - Fork 220
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
Update WorkflowRun.Get Doc String #1346
Update WorkflowRun.Get Doc String #1346
Conversation
Doc string improvement
|
// execution is a success, or return corresponding error. If valuePtr is | ||
// nil, the valuePtr will be ignored and only the corresponding error | ||
// of the workflow will be returned (nil on workflow execution success). | ||
// This is a blocking API. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the GetWithOptions doc as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, good call.
Suggested change
Please sign the CLA to land. |
Doc string improvement - 😓
What was changed
Describe behavior of
WorkflowRun.Get
in the doc string.Why?
This is a contract some folks might rely on, so it's good to encode it via a comment.
Checklist
Closes
No formal tickets
How was this tested:
Comment