From f21c7483ac905d4cc324610666e3dfefeec1b323 Mon Sep 17 00:00:00 2001 From: MohammadHoseinPaymard Date: Mon, 26 May 2025 18:43:49 +0330 Subject: [PATCH] update index.js and process.js --- process.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process.js b/process.js index 9e45037..0805406 100644 --- a/process.js +++ b/process.js @@ -232,7 +232,7 @@ function getProcessPathsSubFlow(data, subFlowIdTemp, workflow) { ) { // allPaths.push(newPath.map(n => n.id)); if (isUniquePath(newPath)) { - subTreePath.push({ path: newPath.map(n => n.id), data: newMergedData }); + subTreePath.push({ path: newPath.map(n => n.id).join(","), data: newMergedData }); } // console.timeEnd(date); return;