select * from act_re_deployment;select * from act_ge_bytearray;select * from act_re_procdef;-- 运行时流程执行实例select * from act_ru_execution;-- 运行时参与人员与节点关系表select * from act_ru_identitylink;-- 运行时任务节点表select * from act_ru_task;-- 运行是任务参数表SELECT * from act_ru_variable;-- 历史流程实例信息select * from act_hi_procinst;-- 历史节点SELECT * from act_hi_actinst;-- 这里记录的是:每一个任务环节到底由谁去操作select * from act_hi_identitylink;-- 历史任务的相关信息select * from act_hi_taskinst;-- 历史变量SELECT * from act_hi_varinst;
