You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Also, ProcessEventListener::onError should be called not just for unhandled errors but for all errors including the ones handled with onError block in SW
Implementation ideas
No response
The text was updated successfully, but these errors were encountered:
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.
Also, ProcessEventListener::onError should be called not just for unhandled errors but for all errors including the ones handled with onError block in SW
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: