sdk-go icon indicating copy to clipboard operation
sdk-go copied to clipboard

WorkflowRun.Get does not use a context aware data converter

Open Quinn-With-Two-Ns opened this issue 1 year ago • 0 comments

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

Quinn-With-Two-Ns avatar Jan 13 '24 17:01 Quinn-With-Two-Ns