eric
eric

Reputation: 11

How to use Java API code in Camunda Platform in order to describe BPMN process and then deploy the war in Tomcat

I am using for the first time the Camunda Platform. Here is what I would like to do:

My problem here is that I don't understand how to write Java code using the Camunda classes. I have read the documentation abount JavaDelegation, Process Application, and I did the easy tutorial but I am confused. I don't know where to start to develop. Sorry if I make silly questions.Thanks

Upvotes: 1

Views: 10946

Answers (1)

Hawky4s
Hawky4s

Reputation: 806

Did you check the 'simple process'-tutorial at http://docs.camunda.org/latest/guides/getting-started-guides/developing-process-applications/ ?

More advanced tutorials are available at http://camunda.org/examples/.

Upvotes: 1

Related Questions