Create Camunda 8 bpmn workflow programatically without using web modeller or desktop modeller

I want to create bpmn workflow using java program. I need help to know what are dependency I should add in my POM and how to write code and execute for get my BPMN workflow. if you could you a sample from git that will be great help, thank you

Hi @Raj_Kishun_Singh
Could you clarify your business case? Are you looking for ways to generate BPMN diagrams or methods to deploy them?

Regards,
Alex

1 Like

Hi Alex, My requirement is to create the diagram using java spring boot application without using desktop modeller or web modeller then deploy the diagram to zeebe engine using zeebe cli.
I know how to deploy the diagram using zeebe cli.
I need some reference for how to create bpmn diagram using spring boot application. what dependency I should add in pom. so I am looking for some git hub referece

please help, thanks

you can use Fluent Builder API to create model.