activi表

################################
# 部署流程定义涉及到的表

# 流程部署表
select * from act_re_deployment

# 流程定义表
select * from act_re_procdef

# 资源文件表
select * from act_ge_bytearray

# 系统配置表
select * from act_ge_property



################################
# 部署流程实例涉及到的表

# 流程实例运行时 执行对象表
select * from act_ru_execution

# 流程实例运行时 身份联系表
select * from act_ru_identitylink

# 流程实例运行时 用户任务表
select * from act_ru_task

# 活动节点历史表
select * from act_hi_actinst

# 身份联系历史表
select * from act_hi_procinst

# 历史任务表
select * from act_hi_taskinst


################################
# 结束流程实例涉及到的表
# 运行时表数据
# 历史表数据修改或者新增数据