fix: timeline支持CHILD_PROCESS_NODE的loading状态
parent
f35a64961e
commit
ad619f4738
|
|
@ -256,7 +256,8 @@ const getApprovalNodeIcon = (taskStatus: number, nodeType: NodeType) => {
|
|||
if (
|
||||
nodeType === NodeType.START_USER_NODE ||
|
||||
nodeType === NodeType.USER_TASK_NODE ||
|
||||
nodeType === NodeType.END_EVENT_NODE
|
||||
nodeType === NodeType.END_EVENT_NODE ||
|
||||
nodeType === NodeType.CHILD_PROCESS_NODE
|
||||
) {
|
||||
return statusIconMap[taskStatus]?.icon
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue