@witlink/workflow 1.0.23 → 1.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -0
- package/dist/index.css +1 -1
- package/dist/index.js +33235 -28311
- package/dist/index.umd.cjs +178 -233
- package/package.json +61 -61
package/README.md
CHANGED
|
@@ -87,3 +87,16 @@ location /cisapi/ {
|
|
|
87
87
|
# 请求 /cisapi/user 会被转发到 http://ip:port/user
|
|
88
88
|
}
|
|
89
89
|
```
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
### 版本说明
|
|
94
|
+
#### 1.0.19
|
|
95
|
+
LogicFlow: 对流程引擎升级后,bug修复工作
|
|
96
|
+
|
|
97
|
+
#### 1.0.20
|
|
98
|
+
LogicFlow: 增加流程引擎条件判断数据处理
|
|
99
|
+
|
|
100
|
+
#### 1.0.21
|
|
101
|
+
LogicFlow: 修复结束节点配置END001不生效问题
|
|
102
|
+
|