Comment out startProcessExecution call in loadProcess function to prevent unintended execution during process loading in [id].vue.

This commit is contained in:
Afiq 2025-08-08 15:45:30 +08:00
parent b72bf2f89c
commit 3f0c13cafd

View File

@ -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');