How to deploy a bpmn file along with Java files using Postman

Hi all,

I’m wondering, is there any way to deploy the bpmn file with all its associate java files via postman?

I’ve tried to deploy the .jar file via rest API, it does show that the .jar file is deployed but we can’t see the process in the cockpit. see the image below.

We have camunda engine deployed in our server. We’d like to know can we deploy a new camunda project with its associate java files using postman? Thank you

This is not possible.
If you want to run java files form your bpmn model you need to build them as part of a WAR file and deploy it to your application server.

1 Like

I see thank you. Can we publish WAR file from postman?