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.
我创建了一个示例业务流程来模拟我的组织用例的需求。这个用例处理诸如员工、房间、部门等对象。我使用 KIE 工作台将这些实体创建为数据模型。
谁能告诉我如何坚持这些 POJO/实体?如何配置 jBPM 引擎以通过控制台启用持久性?
如果您使用 Data Modeler,POJOS 将被标记为可序列化(实现 Serializable 接口),并且您的模型将准备好进行持久化。
您只需要定义类类型的流程变量,实体将在您在流程执行期间修改它们时自动持久化,例如在脚本任务中。