Saving persistent data

Hey guys,

we have to convert a Bonita BPMN into a Camunda BPMN.
Bonita uses “business variables” to store data, like for customers or products, needed in multiple tasks.
If I want to create a persistent customer over a taskform, which is saved outside the process what do I have to do?

Is there an example/documentation for creating own entities and access them via a task?

Greets

Hi @bschroet,

you can use our Get Started Guide: https://docs.camunda.org/get-started/
There is an example for a Java EE application.

Cheers
kristin