github temporalio/sdk-java v1.22.1

latest releases: v1.31.0, v1.30.1, v1.30.0...
23 months ago

Highlights

Bugfixes

Add WorkflowContext more consistently in the SDK. WorkflowContext will now also be added in:

  • Memo
  • Last failure
  • Schedules (Note: The workflowId in WorkflowContext may differ on serialization and deserialization.)

(Experimental) Start delay

Added StartDelay option to WorkflowOptions. StartDelay will cause Temporal to wait before dispatching the first workflow task.
If the workflow gets a signal before the delay, a workflow task will be dispatched and the rest
of the delay will be ignored.

Changeset

2023-10-11 - 06ef0df - Add identity to Terminate call (#1894)
2023-10-16 - 4fe296e - Add start delay (#1897)
2023-10-16 - 538508b - Apply data converter context in more places (#1896)

Don't miss a new sdk-java release

NewReleases is sending notifications on new releases.