ui-process-h5 1.4.3 → 1.4.4
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/package.json +1 -1
- package/v2/ui-process-h5.js +1 -1
- package/v2/ui-process-h5.umd.cjs +1 -1
- package/v2.7/ui-process-h5.js +329 -329
- package/v2.7/ui-process-h5.umd.cjs +11 -11
- package/v3/ui-process-h5.js +1 -1
- package/v3/ui-process-h5.umd.cjs +1 -1
package/package.json
CHANGED
package/v2/ui-process-h5.js
CHANGED
|
@@ -13185,7 +13185,7 @@ const y0 = /* @__PURE__ */ function() {
|
|
|
13185
13185
|
if (i.data && i.data.length) {
|
|
13186
13186
|
for (let a = 0; a < i.data.length; a++) {
|
|
13187
13187
|
let c = i.data[a];
|
|
13188
|
-
if (c.type != "UserTaskModel") {
|
|
13188
|
+
if (c.type != "UserTaskModel" && c.type != "EndEventModel") {
|
|
13189
13189
|
let l = await this.getOutgoingProcessNode(
|
|
13190
13190
|
e,
|
|
13191
13191
|
c.id
|