BPMN diagrams must be created for the process engine they’re deployed on. You cannot run a BPMN diagram modeled for ASEE Flow (Camunda Platform 7) on Camunda 8, or vice versa.
Using the Camunda Modeler to deploy
Click the deploy button in the Camunda Modeler and provide the deployment name Payment Retrieval. You must supply a URL for endpoint configuration — either the root REST API endpoint (for examplehttp://localhost:8080/engine-rest) or the exact deployment-creation endpoint (for example http://localhost:8080/engine-rest/deployment/create).



Verify the deployment with Cockpit
Navigate tohttp://localhost:8080/camunda/app/cockpit/ and log in with the credentials demo / demo. The deployed process appears on the dashboard.

Start a process instance
Option A: using curl
Option B: using a REST client
Make a POST request to:Content-Type: application/json is set.
