orkes-io / orkes-conductor-community

Orkes Conductor is a microservices orchestration engine.
Other
110 stars 27 forks source link

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

Open martinconstam opened 1 year ago

martinconstam commented 1 year ago

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

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