sdk-java
sdk-java copied to clipboard
Add `patched()` and `deprecatePatch()` APIs
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
GetVersionAPI.
See temporalio/features#591 for details.