gitgabrio commented on code in PR #4119:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/4119#discussion_r2494992236


##########
addons/common/process-instance-migration/src/main/java/org/kie/kogito/process/migration/BaseProcessInstanceMigrationResource.java:
##########
@@ -63,7 +63,7 @@ public T doMigrateAllInstances(String processId, 
ProcessMigrationSpec migrationS
             message.put("numberOfProcessInstanceMigrated", 
numberOfProcessInstanceMigrated);
             return buildOkResponse(message);
         } catch (Exception e) {
-            return badRequestResponse(e.getMessage());
+            return badRequestResponse("An exception occurred during process 
instances migration. Please check the logs for more information.");

Review Comment:
   Same as before



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to