feat: 路由分支流程图展示高亮

This commit is contained in:
Lesan
2025-01-08 08:56:45 +08:00
parent e5f6020582
commit 099b81cb2d
2 changed files with 3 additions and 3 deletions

View File

@ -128,7 +128,8 @@ const setSimpleModelNodeTaskStatus = (
if (
simpleModel.type === NodeType.CONDITION_BRANCH_NODE ||
simpleModel.type === NodeType.PARALLEL_BRANCH_NODE ||
simpleModel.type === NodeType.INCLUSIVE_BRANCH_NODE
simpleModel.type === NodeType.INCLUSIVE_BRANCH_NODE ||
simpleModel.type === NodeType.ROUTE_BRANCH_NODE
) {
// 网关节点。只有通过和未执行状态
if (finishedActivityIds.includes(simpleModel.id)) {
@ -163,7 +164,7 @@ const setSimpleModelNodeTaskStatus = (
.process-viewer-container {
width: 100%;
height: 100%;
:deep(.process-viewer) {
width: 100%;
height: 100% !important;