Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 camunda 中,如果很多数据都与一个任务相关联,我们是否应该尝试在任务本身中捕获数据?还是必须将数据存储在单独的表中并仅使用 Camunda 来跟踪状态?
例如:在下面的过程中,作为注册的一部分,我想捕获(姓名、地址、州、国家等)然后这些数据应该以某种方式嵌入到 camunda 注册任务本身中?(或)一个单独的表来存储数据?
最佳做法是什么?
流程执行所需的数据可以存储在 camunda 数据存储中。其他数据应存储在单独的表中。下面的帖子有详细的解释
https://forum.camunda.org/t/camunda-data-storage/16365