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
@stephanos There are multiple use cases for knowing an update ID including for continue as new (see typescript issue temporalio/sdk-typescript#1317), wanting to interact with specific update requests in a workflow (see cancellation POC temporalio/samples-go#297), or the update ID may also have some significance for the business process.
Is your feature request related to a problem? Please describe.
Add a way for users to obtain an update requests
UpdateID
in a handler.Describe the solution you'd like
In Go I would implement it through
Info
call likeGetUpdateInfo
Additional context
We should also consider adding
UpdateID
to the interceptors as wellupdateId
to Update handlers sdk-typescript#1317The text was updated successfully, but these errors were encountered: