diff --git a/pages/workflow/[id].vue b/pages/workflow/[id].vue index ecc7726..d355793 100644 --- a/pages/workflow/[id].vue +++ b/pages/workflow/[id].vue @@ -200,7 +200,7 @@ const loadProcess = async (retryCount = 0) => { visitedNodesInSession.value.clear(); // Start the process execution (case instance) - await startProcessExecution(); + // await startProcessExecution(); } else { throw new Error(response.message || 'Invalid process response');