sdk-java icon indicating copy to clipboard operation
sdk-java copied to clipboard

Add `patched()` and `deprecatePatch()` APIs

Open mjameswh opened this issue 9 months ago • 0 comments

Describe the solution you'd like

In short:

  • 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).

  • (Maybe) Deprecate the GetVersion API.

See temporalio/features#591 for details.

mjameswh avatar Jan 29 '25 23:01 mjameswh