Open
Description
Is your feature request related to a problem? Please describe.
I heard we might want to deprecate some of these:
api/temporal/api/workflowservice/v1/service.proto
Lines 356 to 389 in 8f89bdc
Users get surprised by the limitations of ListOpen/ListClosed (example).
Describe the solution you'd like
Mark deprecated these:
- ListOpenWorkflowExecutions
- ListClosedWorkflowExecutions
And keep these?
- ListWorkflowExecutions
- ListArchivedWorkflowExecutions (assuming you can't get archived workflows from
ListWorkflowExecutions
?) - ScanWorkflowExecutions (if it's important to have an unordered option?)