Open
Description
Is your feature request related to a problem? Please describe.
I want to use server-side deduplication for signals. However, RequestId
is always set to uuid.New
sdk-go/internal/internal_workflow_client.go
Line 1829 in 9d74a90
Describe the solution you'd like
An option to override the RequestId
in each method, allowing users to specify their own identifier instead of a generated UUID.