temporalio / sdk-java

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

Add support for user meta data #2218

Closed Quinn-With-Two-Ns closed 2 months ago

Quinn-With-Two-Ns commented 2 months ago

Add support for user metadata on workflows and timer events. Other events can be added in the future, just picked these events to match the Go SDK.

Note: This does NOT cover __temporal_workflow_metadata, that feature is tracked here

closes https://github.com/temporalio/sdk-java/issues/2216