This is an automated email from the ASF dual-hosted git repository.

thiagoelg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new 8ffc372aef7 kie-tools-issues#3962: Management Console: "Update 
Variables" reports… (#4001)
8ffc372aef7 is described below

commit 8ffc372aef73cf4214fba2da39f623afb7f3cf28
Author: Jozef Marko <[email protected]>
AuthorDate: Mon Sep 14 15:21:13 2026 +0200

    kie-tools-issues#3962: Management Console: "Update Variables" reports… 
(#4001)
---
 .../src/gatewayApi/dataIndexQueries.ts                                | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git 
a/packages/runtime-tools-process-gateway-api/src/gatewayApi/dataIndexQueries.ts 
b/packages/runtime-tools-process-gateway-api/src/gatewayApi/dataIndexQueries.ts
index 4712b85a0ae..76057db7dbb 100644
--- 
a/packages/runtime-tools-process-gateway-api/src/gatewayApi/dataIndexQueries.ts
+++ 
b/packages/runtime-tools-process-gateway-api/src/gatewayApi/dataIndexQueries.ts
@@ -275,9 +275,7 @@ export const handleProcessVariableUpdate = async (
       },
       fetchPolicy: "no-cache",
     })
-    .then((value) => {
-      throw JSON.parse(value.data.ProcessInstanceUpdateVariables);
-    });
+    .then((value) => JSON.parse(value.data.ProcessInstanceUpdateVariables));
 };
 
 export const handleNodeInstanceCancel = async (


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to