Abhitocode opened a new pull request, #4201: URL: https://github.com/apache/incubator-kie-kogito-runtimes/pull/4201
The tests cover both Quarkus and Spring Boot runtimes: - **Quarkus:** `integration-tests-quarkus-usertask-listeners-rollback` - **Spring Boot:** `integration-tests-springboot-usertask-listeners-rollback-it` Both tests use a `FailingUserTaskEventListener` configured to throw a RuntimeException when a task transitions to "Completed" status, then verify the task remains in "Reserved" state after the rollback. Test scenario: 1. Start a process instance (hiring process) 2. Retrieve the HR Interview user task (in Reserved state) 3. Attempt to complete the task, listener throws RuntimeException 4. Verify HTTP 500 response 5. Verify the task is still in Reserved state (transaction rolled back). -- 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]
