temporalio / sdk-java

Temporal Java SDK
https://temporal.io
Apache License 2.0
221 stars 147 forks source link

Fix UpdateWithStart untyped operation #2288

Closed stephanos closed 1 month ago

stephanos commented 1 month ago

What was changed

Allow to use untyped Update operation with typed Workflow stub.

Why?

Bug.

Checklist

  1. Closes https://github.com/temporalio/sdk-java/issues/2284

  2. How was this tested:

  3. Any docs updates needed?