简体   繁体   中英

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.

在此处输入图像描述

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.

在此处输入图像描述

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM