Comment out startProcessExecution call in loadProcess function to prevent unintended execution during process loading in [id].vue.
This commit is contained in:
parent
b72bf2f89c
commit
3f0c13cafd
@ -200,7 +200,7 @@ const loadProcess = async (retryCount = 0) => {
|
|||||||
visitedNodesInSession.value.clear();
|
visitedNodesInSession.value.clear();
|
||||||
|
|
||||||
// Start the process execution (case instance)
|
// Start the process execution (case instance)
|
||||||
await startProcessExecution();
|
// await startProcessExecution();
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
throw new Error(response.message || 'Invalid process response');
|
throw new Error(response.message || 'Invalid process response');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user