From 5b510033984706ee75f7bf9ac608258be09f9833 Mon Sep 17 00:00:00 2001 From: MohammadHoseinPaymard Date: Mon, 26 May 2025 19:19:34 +0330 Subject: [PATCH] update process.js --- process.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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;