In Spring, Activiti is a workflow and Business Process Management (BPM) platform integrated with the Spring Framework. When working with Activiti, the ACT_RE_DEPLOYMENT table is one of the tables used by Activiti for deployment management. It stores information about deployments of BPMN (Business Process Model and Notation) resources.
Here's a breakdown of what the ACT_RE_DEPLOYMENT table typically contains:
-
ID (deploymentId): A unique identifier for the deployment. This ID is used to identify a particular deployment in Activiti.
-
Name: The name of the deployment. This is often provided by the user when deploying BPMN resources.
-
Deployment Time (deploymentTime): The timestamp indicating when the deployment was made. This helps in tracking the history of deployments.
-
Category: An optional field that can be use

Activiti是一个与Spring框架集成的工作流和业务流程管理(BPM)平台。ACT_RE_DEPLOYMENT表用于管理BPMN资源的部署,存储包括唯一部署ID、部署名称、时间戳、类别、租户ID和部署源等信息,方便在Spring应用中进行BPMN资源的部署、查询和管理。
最低0.47元/天 解锁文章
1034

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



