1. select * from act_re_deployment;
    2. select * from act_ge_bytearray;
    3. select * from act_re_procdef;
    4. -- 运行时流程执行实例
    5. select * from act_ru_execution;
    6. -- 运行时参与人员与节点关系表
    7. select * from act_ru_identitylink;
    8. -- 运行时任务节点表
    9. select * from act_ru_task;
    10. -- 运行是任务参数表
    11. SELECT * from act_ru_variable;
    12. -- 历史流程实例信息
    13. select * from act_hi_procinst;
    14. -- 历史节点
    15. SELECT * from act_hi_actinst;
    16. -- 这里记录的是:每一个任务环节到底由谁去操作
    17. select * from act_hi_identitylink;
    18. -- 历史任务的相关信息
    19. select * from act_hi_taskinst;
    20. -- 历史变量
    21. SELECT * from act_hi_varinst;