升级 0.0.3 版本

This commit is contained in:
hubin 2024-04-21 22:10:40 +08:00
parent d08837c370
commit c7f78cead4
4 changed files with 13 additions and 3 deletions

View File

@ -27,7 +27,7 @@ description = "FlowLong BPM"
//
allprojects {
group "com.aizuda"
version "0.0.2"
version "0.0.3"
}

View File

@ -1,6 +1,16 @@
# 更新日志
## [v0.0.2] 2024.04.21
- 执行节点调整父任务节点记录携带优化
- 任务参与类型未知去除兼容不设置情况默认循序执行
- 新增测试加签节点存在多人时,当其中一人驳回异常问题
- 发起任务事件独立状态区分
- 修复会签节点驳回 Bug
- 其它代码优化
## [v0.0.2] 2024.04.18
- 新增节点条件参数处理器

View File

@ -14,7 +14,7 @@ public enum EventType {
/**
* 发起
*/
launch,
start,
/**
* 创建
*/

View File

@ -15,7 +15,7 @@
</modules>
<properties>
<revision>0.0.2</revision>
<revision>0.0.3</revision>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<spring-boot.version>2.7.0</spring-boot.version>