|
|
@ -94,10 +94,7 @@ function getProcessPaths(data, workflow) { |
|
|
|
if (currentNode.subFlowPid && !subFlowParentIds.includes(currentNode.subFlowPid)) subFlowParentIds.push(currentNode.subFlowPid) |
|
|
|
if (currentNode.subFlowPid && !subFlowParentIds.includes(currentNode.subFlowPid)) subFlowParentIds.push(currentNode.subFlowPid) |
|
|
|
// allPaths.push(newPath.map(n => n.id));
|
|
|
|
// allPaths.push(newPath.map(n => n.id));
|
|
|
|
if (isUniquePath(newPath)) { |
|
|
|
if (isUniquePath(newPath)) { |
|
|
|
allPaths.push({ |
|
|
|
allPaths.push(newPath.map(n => n.id).join(",")); |
|
|
|
path: newPath.map(n => n.id) |
|
|
|
|
|
|
|
// , data: newMergedData
|
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
// console.timeEnd(date);
|
|
|
|
// console.timeEnd(date);
|
|
|
|
return; |
|
|
|
return; |
|
|
|