Camunda BPMN Part 1

M.D
3 min readDec 3, 2020

Hi everyone, today we will start to learn Camunda BPMN

Step by step installling, using, deploying Camunda BMPM

Let’s start..

Deployed Maven Project

  • Add Maven CamundaArchtype and Create Camunda Maven Project (Artifact Id : camunda-archetype-ejb-war)
  • You can see camunda bpmn file :
  • You can update your model, add a new modal .. etc
  • After ‘maven clean’ and ‘maven install’ command, it will create a new war file under target folder :
  • Copy this file and paste ..\camunda-bpm-wildfly10–7.5.0\server\wildfly-10.0.0.Final\standalone\deployments folder location
  • Now you can see your model on camunda cockpit :

Deployed from CamundaModeller

Let’s create another model

  • Create Model and click Deploy Button :
  • Save anywhere to file and click again deploy button :
  • Now deployed successfully : you can see this modal on camunda cockpit :

I hope it was useful, see you next story..

--

--