Search code examples
camundacamunda-modelercamunda-plugincamunda-spin

Pass variables to different processes using call activity in Camunda


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

enter image description here


Solution

  • 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/