简体   繁体   English

使用 Camunda 中的调用活动将变量传递给不同的进程

[英]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.如何在代码中将数据从一个进程传递到另一个进程。我在 Java 代码中使用 Spring Boot。

在此处输入图像描述

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.如果你 model 相应的属性,引擎会处理它。

在此处输入图像描述

Also see documentation here: https://docs.camunda.io/docs/components/modeler/bpmn/call-activities/另请参阅此处的文档: https://docs.camunda.io/docs/components/modeler/bpmn/call-activities/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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