You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Right now we declare handlers dynamically using only known names.
It would be nice to have the ability to declare a handler for signals, queries, and updates whose names we don't know in advance.
Describe the solution you'd like
Add something like Workflow::registerListener() function to define fallback update/signal/query listeners
Is your feature request related to a problem? Please describe.
Right now we declare handlers dynamically using only known names.
It would be nice to have the ability to declare a handler for signals, queries, and updates whose names we don't know in advance.
Describe the solution you'd like
Add something like
Workflow::registerListener()
function to define fallback update/signal/query listenersAdditional context
Java docs
The text was updated successfully, but these errors were encountered: