JBPM Database Tables

Source: Internet
Author: User

#部署对象和流程定义相关的表 SELECT*From jbpm4_deployment; #部署对象表 SELECT*From Jbpm4_deployprop; #流程定义表 SELECT*from Jbpm4_lob; #存放资源文件的表 the #流程实例和任务 #Execution execution object used to store work resource files, including Xxx.jpdl.xml and xxx.png # processes are executed according to the rules defined by the process One operation is to execute an object #ProcessInstance process instance #流程按照流程定义的规则执行一次操作就是流程实例 #任务 #当活动环节是任务节点时 #与执行对象相关的表 SELECT *From jbpm4_execution; #正在执行的执行对象表 (process instance table) SELECT*from Jbpm4_hist_procinst; #流程实例的历史表 #与任务相关的表 (data is stored in the table only if the current activity is the object of the task node) SELECT*From jbpm4_task; #正在执行的任务 SELECT*From jbpm4_hist_task; #任务的历史表 SELECT*From jbpm4_execution; #正在执行的执行对象表 (process instance table) SELECT*From jbpm4_variable; #正在执行的执行对象表 (process instance table) SELECT*From Jbpm4_lob; #组任务 SELECT* FROM Jbpm4_participation;

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.