When you deploy an application in the domain sometimes you do not see the process diagram in TIBCO Enterprise Administrator (TEA) UI.
This issue is caused when the resource folder is missing or resource--> <app-name>.module--> diagram folder is empty i.e. it does not contain
BW diagrams (.bwd). The required .bwd file doesn't get created while generating EAR file, this could happen if you have used 3rd party tools like maven or any other. When you explore your EAR file you will able to see various components such as resource directory, meta-inf directory along with application-name.jar file.
For Example:
++++++++++
:~ narendra$ jar tf /Users/narendra/Desktop/TestProject_Hello.application_1.0.0.ear
META-INF/MANIFEST.MF
resources/
resources/TestProject_Hello/
resources/TestProject_Hello/diagrams/
resources/TestProject_Hello/diagrams /testproject_hello.Process.bwd
TestProject_Hello_1.0.0.20190401115555.jar
META-INF/default.substvar
META-INF/TIBCO.xml
+++++++++++
Please check attached two EAR file to this article for your reference:-
AdapterDemo.application_1.0.0.ear [Does not consist of resource folder i.e .bwd file is missing ]
TestApplication_1.0.0.ear [Consist of resource folder i.e. .bwd file is present]