BPM:同步最新工作流实现,各种增强!

This commit is contained in:
YunaiV
2024-03-27 19:51:35 +08:00
parent 636b9ad8ce
commit ec92874cf4
235 changed files with 5722 additions and 4432 deletions

View File

@@ -100,11 +100,20 @@
<artifactId>yudao-spring-boot-starter-monitor</artifactId>
</dependency>
<!--作流相关 -->
<!--具类相关 -->
<dependency>
<groupId>cn.iocoder.cloud</groupId>
<artifactId>yudao-spring-boot-starter-flowable</artifactId>
<version>${revision}</version>
<artifactId>yudao-spring-boot-starter-excel</artifactId>
</dependency>
<!-- Flowable 工作流相关 -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter-process</artifactId>
</dependency>
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter-actuator</artifactId>
</dependency>
</dependencies>