Process that i created in “flowable-modeler” is not reflecting in “flowable-admin” of Form Engine Deployments

If i working on tomcat server, do i need to change any file? and process that i created in “flowable-modeler” is not reflecting in “flowable-admin” of Process Engine Deployments

Hi,

Flowable Admin shows info on the artificats that are deployed on the engine.
Process models in Flowable Modeler need to be deployed first in order to appear in the Flowable Admin.

Regards,

Yvo

Thanks @yvo for reply . The Question is on localhost:8080/flowable-modeler i import a process and save it then i hit localhost:8080/flowable-admin .Its not deployed there .Please any changes i need to know

Hi.

Have a look at this section of the docs https://www.flowable.org/docs/userguide/index.html#flowableModelerApp .
You can read there how to create an app and deploy it.

Regards,

Yvo

You need to create an App from your XML. The XML is only process definition. You need to create an app to use it.