Activiti workflow practice in SpringBoot

Recently, I just learned Activiti by myself, got familiar with the basic usage of workflow, wrote a simple example of asking for leave in the Springboot project, and recorded it in case I forget it.

project address:

activiti-springboot-study: Basic learning of activiti workflow, based on SpringBoot

Demonstration process:

1. "Employee Zhang Yanru" initiates a leave request, and the next approver "Manager" is designated at this time

2. "Manager Zhang Xiaoxiao" conducts approval (fixed approver), and at this time designate the next approver "General Manager"

3. "General Manager Wang Xiaoxiao" approves (fixed approver), after approval, there is no executable task, and the leave status is "Completed"

System screenshot:

Guess you like

Origin blog.csdn.net/Stephanie_1/article/details/124383881