Closed djanjic closed 3 weeks ago
Fixes #13804
This PR fixes the issue when trying to list the WF archive without list options using HTTP
Updated archived_workflow_server.go to use empty ListOptions if the original one is nil
archived_workflow_server.go
ListOptions
nil
Fixes #13804
Motivation
This PR fixes the issue when trying to list the WF archive without list options using HTTP
Modifications
Updated
archived_workflow_server.go
to use emptyListOptions
if the original one isnil
Verification