deepakkapoor23 opened a new issue, #3571: URL: https://github.com/apache/incubator-kie-kogito-runtimes/issues/3571
### Describe the bug If an action within event state encounters error, onErrors block is not invoked. This appears to work fine for an operation state. [serverless-workflow-error-quarkus.zip](https://github.com/user-attachments/files/16087926/serverless-workflow-error-quarkus.zip) ### Expected behavior onErrors should be invoked regardless of state type ### Actual behavior onErrors is not onvoked for an event state, instead the event is rejected with an exception ### How to Reproduce? Please see readme on attached project to reproduce the issue. ### Output of `uname -a` or `ver` Windows 11 ### Output of `java -version` 17 ### GraalVM version (if different from Java) _No response_ ### Kogito version or git rev (or at least Quarkus version if you are using Kogito via Quarkus platform BOM) 999-SNAPSHOT ### Build tool (ie. output of `mvnw --version` or `gradlew --version`) Maven 3.9.6 ### Additional information _No response_ -- 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]
