diff --git a/process.js b/process.js index 28a8643..f68bde9 100644 --- a/process.js +++ b/process.js @@ -236,12 +236,7 @@ function getProcessPathsSubFlow(data, subFlowIdTemp, workflow) { ) { // allPaths.push(newPath.map(n => n.id)); if (isUniquePath(newPath)) { - subTreePath.push( - { - path: newPath.map(n => n.id).join(","), - // data: newMergedData - } - ); + subTreePath.push( newPath.map(n => n.id).join(",")); } // console.timeEnd(date); return;