In Spring, if you're referring to "activiti" in the context of workflow or business process management, it's likely you're using the Activiti BPMN (Business Process Model and Notation) engine.
In Activiti, ACT_RE_MODEL is one of the tables used to store metadata related to the process models. It's a part of the Activiti database schema and is used to store information about the models created using the Activiti Modeler or other BPMN modeling tools.
Here's a brief explanation of what ACT_RE_MODEL typically contains:
- ID: Unique identifier for the model.
- REV: Revision number of the model.
- NAME: Name of the model.
- KEY: Key of the model.
- CATEGORY: Category of the model.
- CREATE_TIME: Timestamp indicating when the model was created.
- LAST_UPDATE_TIME: Timesta

在Spring中,如果提到"activiti",可能是指使用Activiti BPMN引擎进行工作流或业务流程管理。ACT_RE_MODEL是Activiti用于存储流程模型元数据的表之一,包含模型的ID、修订号、名称、键、类别、创建时间、最后更新时间和版本等信息。在Spring应用中,你可以通过Activiti的Java API或Spring的高级抽象来间接操作此表,实现模型的创建、部署和管理。
最低0.47元/天 解锁文章
5374

被折叠的 条评论
为什么被折叠?



