temporalio / sdk-go

Temporal Go SDK
https://docs.temporal.io/application-development?lang=go
MIT License
528 stars 210 forks source link

Support user metadata on activities and child/scheduled workflows #1673

Open cretz opened 5 days ago

cretz commented 5 days ago

Describe the solution you'd like

See previous work done in https://github.com/temporalio/sdk-go/pull/1597. Accept optional "summary" on activities, and optional "static summary" + "static details" in child workflow and scheduled workflow options and mark experimental.

Quinn-With-Two-Ns commented 5 days ago

Didn't https://github.com/temporalio/sdk-go/pull/1597 already add support for metadata to child and scheduled workflows

cretz commented 5 days ago

@Quinn-With-Two-Ns - the fields are there but not exposed and have TODO statements. This issue should expose them.