Skip to content
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

Merged
merged 5 commits into from
Jan 4, 2023
Merged

Conversation

longquanzheng
Copy link
Contributor

What was changed

Expose the API GetUnhandledSignalNames

Why?

See https://temporalio.slack.com/archives/CTDTU3J4T/p1672780768847019?thread_ts=1672770053.462709&cid=CTDTU3J4T

Checklist

  1. 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

  2. How was this tested:

There are already tests covered for this API internally in the SDK.

  1. Any docs updates needed?

Maybe worth mentioning for using continueAsNew, this API will be helpful to check if all the signals are drained.

@longquanzheng longquanzheng requested a review from a team as a code owner January 4, 2023 00:14
Copy link
Member

@cretz cretz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Minor nit.

workflow/workflow.go Outdated Show resolved Hide resolved
longquanzheng and others added 2 commits January 4, 2023 09:46
Co-authored-by: Chad Retz <chad.retz@gmail.com>
@cretz
Copy link
Member

cretz commented Jan 4, 2023

@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)?

@longquanzheng
Copy link
Contributor Author

@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

@cretz
Copy link
Member

cretz commented Jan 4, 2023

👍 Permissions were there, no extra needed, just didn't want to merge into your branch without asking. Will merge PR after CI passes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants