conductor icon indicating copy to clipboard operation
conductor copied to clipboard

Workflow UI not showing the workflows

Open jegadjame opened this issue 1 year ago • 2 comments

Workflow UI not showing the workflows when i run "java -jar conductor-server-3.9.2-boot.jar"

Now , I am running Conductor standalone (or a non-docker setup) in Windows machine. I run command "java -Dconductor.indexing.enabled=true -jar conductor-boot.jar" .. I am getting this error... Please help me in fixing the issue

image

jegadjame avatar Aug 17 '22 03:08 jegadjame

Can you provide more details about how you are starting up the UI?

apanicker-nflx avatar Aug 22 '22 21:08 apanicker-nflx

Can you provide more details about how you are starting up the UI?

I am using "yarn run start" from Visual studio code

jegadjame avatar Sep 02 '22 06:09 jegadjame

Now i am running through docker. Change conductor.indexing.enabled=true in \conductor\docker\server\config\config-local.properties and \conductor\server\src\main\resources\application.properties. Now i can see the data in workflow execution

jegadjame avatar Sep 28 '22 08:09 jegadjame