SSM integrates Activiti workflow code download and ssmactiviti Workflow

Source: Internet
Author: User

SSM integrates Activiti workflow code download and ssmactiviti Workflow

Next, I went on to my previous blog and continued.

The entire system is composed of Spring + SpringMVC + Mybatis + Maven and other core frameworks.

''

The specific implementation code is not detailed (too much can be said ).

Download the project and import it to your computer's Eclipse. You must configure the Maven environment locally to ensure that the Network is smooth.

Otherwise, the Jar package of the project cannot be downloaded.

: Https://pan.baidu.com/s/1kVx8pkr (I shared on Baidu cloud disk, if the address is invalid, You can buckle me in the line)

Db_employessleave. SQL is a database file. I exported my database directly. Just use it.

Summary:

I learned Activiti workflow by myself and learned some basic operations. I think the most important thing is to take a closer look at the test.

Activiti 25 table data changes.


Tables involved in the deployment process definition

Process deployment table
SELECT * FROM 'act _ re_deployment'

Process Definition table
SELECT * FROM 'act _ re_procdef'

Resource file table
SELECT * FROM 'act _ ge_bytearray'


System configuration table
SELECT * FROM 'act _ ge_property'

Tables involved in starting a process instance

Execution object table during process instance running
SELECT * FROM 'act _ ru_execution'


Process instance identity contact list
SELECT * FROM 'act _ ru_identitylink'


User task table during process instance running
SELECT * FROM 'act _ ru_task'


Activity node History Table
SELECT * FROM 'act _ hi_actinst'


Id contact list history
SELECT * FROM 'act _ hi_identitylink'


Process instance table history
SELECT * FROM 'act _ hi_procinst'


History task table
SELECT * FROM 'act _ hi_taskinst'

Tables involved in the End Process instance
Run-time table data is cleared
The data in the History Table is modified or added.

Table involved in setting process variables

Runtime process variable table
SELECT * FROM 'act _ ru_variable'


History process variable table
SELECT * FROM 'act _ hi_varinst'


Related Article

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.