!655 Simple设计器完善及优化

Merge pull request !655 from Lesan/feature/bpm-n
This commit is contained in:
芋道源码
2025-01-15 13:14:58 +00:00
committed by Gitee
13 changed files with 338 additions and 315 deletions

View File

@@ -128,7 +128,7 @@ const setSimpleModelNodeTaskStatus = (
simpleModel.type === NodeType.CONDITION_BRANCH_NODE ||
simpleModel.type === NodeType.PARALLEL_BRANCH_NODE ||
simpleModel.type === NodeType.INCLUSIVE_BRANCH_NODE ||
simpleModel.type === NodeType.ROUTE_BRANCH_NODE
simpleModel.type === NodeType.ROUTER_BRANCH_NODE
) {
// 网关节点。只有通过和未执行状态
if (finishedActivityIds.includes(simpleModel.id)) {