-
Notifications
You must be signed in to change notification settings - Fork 216
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
Add GetUnhandledSignalNames #993
Conversation
53be769
to
79781ec
Compare
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.
LGTM. Minor nit.
Co-authored-by: Chad Retz <chad.retz@gmail.com>
@longquanzheng - sorry, some of the PRs are moving fast on this repo. Can you update your branch w/ latest master (or let me know and I can)? |
no worries, I can do it. You are also welcome to do it anytiime. LMK if I need to do anything to change permission |
👍 Permissions were there, no extra needed, just didn't want to merge into your branch without asking. Will merge PR after CI passes. |
What was changed
Expose the API
GetUnhandledSignalNames
Why?
See https://temporalio.slack.com/archives/CTDTU3J4T/p1672780768847019?thread_ts=1672770053.462709&cid=CTDTU3J4T
Checklist
Closes
None. but related to [Feature Request] Standardize method for listing workflow queries/signals (and maybe other things like registered activities/workflows and other metadata) features#51
How was this tested:
There are already tests covered for this API internally in the SDK.
Maybe worth mentioning for using continueAsNew, this API will be helpful to check if all the signals are drained.