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
Add the boolean Workflow.patched(String patchId, boolean memoized) and Workflow.deprecatePatch(String patchId, boolean memoized) APIs. Refer to Core's implementation (once it is ready).
Describe the solution you'd like
In short:
Add the
boolean Workflow.patched(String patchId, boolean memoized)
andWorkflow.deprecatePatch(String patchId, boolean memoized)
APIs. Refer to Core's implementation (once it is ready).(Maybe) Deprecate the
GetVersion
API.See temporalio/features#591 for details.
The text was updated successfully, but these errors were encountered: