[Feature Request] Add explicit memoization support to the patched()
API
#754
Labels
enhancement
New feature or request
patched()
API
#754
Describe the solution you'd like
In short:
Add a
memoized
argument to thepatched
anddeprecate_patch
APIs.Keep backward compatibility on those functions for non-specifying the
memoized
argument, but deprecate those signatures. Make sure documentation clearly indicate how existing calls may safely get converted.Delegate handling of the
patched
logic to Core.See temporalio/features#591 for details.
The text was updated successfully, but these errors were encountered: