Pass variables to different processes using call activity in Camunda

777 Views Asked by At

How to pass data from one Process to another in code .I am using Spring Boot in Java code.

enter image description here

1

There are 1 best solutions below

6
On BEST ANSWER

If you use a call activity, then you don't need code to start the referenced process and to pass data. The engine will take care of it if you model the corresponding attributes.

enter image description here

Also see documentation here: https://docs.camunda.io/docs/components/modeler/bpmn/call-activities/