apache / incubator-kie-kogito-runtimes

Kogito Runtimes - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
http://kogito.kie.org
Apache License 2.0
491 stars 192 forks source link

SW - make process exception accessible using an expression within SW definition #3563

Open deepakkapoor23 opened 1 week ago

deepakkapoor23 commented 1 week ago

Description

Currently there is no way of accessing the last process exception if any and pass it along to a state for custom handling.

Please expose exception object stored in KogitoProcessContext::getContextData().get("Exception") as $WORKFLOW.ERROR to be referenced elsewhere in the workflow.

Implementation ideas

No response