Netflix / conductor

Conductor is a microservices orchestration engine.
Apache License 2.0
12.83k stars 2.34k forks source link

Search Workflow execution return nothing #3429

Open dust63 opened 1 year ago

dust63 commented 1 year ago

I launched a workflow. In the conductor UI, when I tried to search for workflow execution nothing is shown. If I try on the API via swagger same result:

http://localhost:8080/api/workflow/search-v2?start=0&size=100&sort=name&freeText=%2A

or

http://localhost:8080/api/workflow/search?start=0&size=100&freeText=%2A

Details Conductor version: use the basic docker-compose file like explain in getting started.

v1r3n commented 1 year ago

Hi @dust63 search requires configuring elasticsearch.
If you want a fully dockerized version with all the dependencies give it a try https://github.com/orkes-io/orkes-conductor-community

We are online here, if you want to chat in realtime.