Skip to content

Commit cbd5e19

Browse files
committed
wip: test workaround for internal scanworkflow issues
1 parent 6e22a27 commit cbd5e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/workflow_shadower_activities.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func scanWorkflowExecutionsHelper(
9999
tchCtx, cancel, opt := newChannelContext(ctx, FeatureFlags{})
100100

101101
var err error
102-
resp, err = service.ScanWorkflowExecutions(tchCtx, request, opt...)
102+
resp, err = service.ListWorkflowExecutions(tchCtx, request, opt...)
103103
cancel()
104104

105105
return err

0 commit comments

Comments
 (0)