-
Notifications
You must be signed in to change notification settings - Fork 2.3k
UI Workflow Executions Grid not loading #2942
Comments
Hello @jegadjame when that page load, it will try to call this api |
I am also facing this issue, tried calling API it seems API itself is not returning response. I tried it through swagger by same input provided in the browser network tab. Do you have any update on this? Appreciate your response. |
Also, when I trigger workflow though URI its actually showing workflow but still execution is not as expected. I am following below official documents |
I am not getting any response through swagger 'http://localhost:8080/api/workflow/search?size=100&freeText=%2A' |
Related to #2959 |
@jegadjame Can you check your config to make sure the es index is enabled: https://github.com/Netflix/conductor/blob/main/server/src/main/resources/application.properties#L19 Also if you are running it locally, please make sure you have the ES docker container up running as well |
@jxu-nflx in below file, do you want to change false to true and give it a try ? when i did that I started getting some another exception. Server is getting started but UI is not able to call service exposed to 8080 port. |
@manishkushwaha1412 if you don't have that config set to true, then basically means your UI search function will be broken, i.e. you couldn't search any workflow executions in UI.
|
Hi @jxu-nflx , today i've cloned the latest release. docker/server/config/config.properties : conductor.indexing.enabled=true can you help me find the problem? |
you need to make the changes in the config-local.properties file: https://github.com/Netflix/conductor/blob/main/docker/docker-compose.yaml#L6 Then docker-compose build and docker-compose up. To verify that the change did happen, you could ssh into the conductor server container and check the property file under /app/config/: https://github.com/Netflix/conductor/blob/main/docker/server/Dockerfile#L31 |
@jxu-nflx oh so simple :) thank you very much! |
@jxu-nflx |
This issue is stale, because it has been open for 45 days with no activity. Remove the stale label or comment, or this will be closed in 7 days. |
This issue was closed, because it has been stalled for 7 days with no activity. |
Hi ,
I am using node-v16.14.2-x64 , jdk11, conductor-server-3.3.4-boot and downloaded latest code. When i trigger workflow, I am not seeing any data in Workflow Executions Grid. But records are getting processed. I can see data in Task Queue.
Please let me know if anything i am missing.
Thanks,
Jegadeesh
The text was updated successfully, but these errors were encountered: