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

Disallow continue as new in update handlers

Open cretz opened this issue 1 year ago • 0 comments

Describe the solution you'd like

Previously at https://github.com/temporalio/features/issues/379 it was decided to allow continue-as-new in update handlers. This decision has been reverted but Java was the only one that implemented it. Should probably fail if the user tries to call it, but up to implementer here.

cretz avatar May 17 '24 18:05 cretz