Reputation: 11
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
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