sdk-go
sdk-go copied to clipboard
WorkflowRun.Get does not use a context aware data converter
Expected Behavior
WorkflowRun.Get
and WorkflowRun.GetWithOptions
uses a context aware data converter like all other client and workflow calls
Actual Behavior
WorkflowRun.Get
and WorkflowRun.GetWithOptions
does not use a context aware data converter.
https://github.com/temporalio/sdk-go/blob/5ca9a4dfd4c37a56f0dd886596494be4599f01c8/internal/internal_workflow_client.go#L288