Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Fix workflows page not properly filtering workflows #72

Merged
merged 2 commits into from
Jul 14, 2020
Merged

Fix workflows page not properly filtering workflows #72

merged 2 commits into from
Jul 14, 2020

Conversation

feedmeapples
Copy link
Contributor

@feedmeapples feedmeapples commented Jul 14, 2020

Fixes #57 Workflows page status dropdown not filtering workflows properly bug

@@ -130,12 +130,15 @@ export default pagedGrid({
statuses: [
{ value: 'OPEN', label: 'Open' },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would rename this to RUNNING for consistency with WORKFLOW_EXECUTION_STATUS_RUNNING (if it makes sense).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in general I agree, in this case we should also update the API and remove explicit ListOpenWorkflowExecutions command (as well as ListClosedWorkflowExecutions ). Instead unify into a single endpoint ListWorkflowExecutions with a status param

@feedmeapples feedmeapples merged commit 2844949 into temporalio:master Jul 14, 2020
@feedmeapples feedmeapples deleted the fix57 branch July 14, 2020 21:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Workflows page status dropdown not filtering workflows properly
2 participants