Running 2 different applications with but in UI shows only the first application workflows

In temporal UI, only details and workflow of 1 application is appearing, while I am running worker of 2 different and separate applications

Need more details. How do you register applications? Are you sure that you executed any workflows for the second application?

Yes. So after starting the temporal server, I ran one workflow. Details of which were visible in UI. Then I stopped the worker and started workflow from another application. But details of the second workflow are not appearing in Web UI.

Two questions :slight_smile:

  1. Are both applications using the same task queue (same worker). If you stopped the worker then your workflow even if you started it would not get picked up by a worker and would not be executed
  2. Are you using the same namespace for both of your applications?

Is your second application using the same namespace?