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

built-in query for waiting signals to go-sdk #927

Closed
zengzilu opened this issue Oct 9, 2022 · 2 comments
Closed

built-in query for waiting signals to go-sdk #927

zengzilu opened this issue Oct 9, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@zengzilu
Copy link

zengzilu commented Oct 9, 2022

Is your feature request related to a problem? Please describe.
I need to known what signal can I send to a running flow, some signal might block the flow, some might change the flow running. when the flow doesn't behave as I supposed, I need to check the signals

so there is the issue: request a built-in query for waiting signals

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
mark all signal with workflowOutboundInterceptor GetSignalChannel and query it, but it's not exactly what I need, because the signal might has been signed, it is not a "waiting signal". it means all signals that happened to the flow. what I exactly need is "waiting signals" which means what can I send to the flow now

Additional context
Add any other context or screenshots about the feature request here.

@zengzilu zengzilu added the enhancement New feature or request label Oct 9, 2022
@cretz
Copy link
Member

cretz commented Oct 10, 2022

This is something we're planning on doing one day, see temporalio/features#51.

In the meantime, you can provide your own query to provide your own information to your caller.

@Quinn-With-Two-Ns
Copy link
Contributor

closing as it is effectively a duplicate of temporalio/features#51

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

No branches or pull requests

3 participants