Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conductor:UI: Only workflows with status failed are visible #34

Open
martinconstam opened this issue Sep 18, 2023 · 0 comments
Open

Conductor:UI: Only workflows with status failed are visible #34

martinconstam opened this issue Sep 18, 2023 · 0 comments

Comments

@martinconstam
Copy link

martinconstam commented Sep 18, 2023

Describe the bug
Since version 1.0.7 only

Steps To Reproduce
Steps to reproduce the behavior:

  1. Run orkesio/orkes-conductor-community-standalone:1.0.7 or higher in Docker as described in readme:

docker volume create postgres
docker volume create redis
docker run --init -p 8080:8080 -p 1234:5000 --mount source=redis,target=/redis
--mount source=postgres,target=/pgdata orkesio/orkes-conductor-community-standalone:latest

  1. Navigate to the Conductor UI (http://localhost:1234)
  2. Go to Workbench and start workflow "load_test" -> which is now in status running
  3. Start Workflow "http" -> which is now in status failed
  4. Go to the Executions Window: Only failed workflows are displayed. Even if you select "running" in the status dropdown, only failed tasks are shown.

Expected behavior
I expect that all workflows are shown.

Device/browser

  • OS: Docker on Windows (WSL2), Docker on Ubuntu 22.04
  • Browser: Chrome
  • Version: 117

Additional context
In version 1.0.6 it worked fine. Bug is here since 1.0.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant