Hi all,
I'm looking into why in a specific (custom) process activity the stack trace is never shown in the paused taskspace page, but always shows a "check the logs for java possible errors" message. Does anyone know if it is something that can be set in the activity?
It's a custom activity calling a custom java method. The only difference with a regular method call activity is that we added a tab for specifying what packeges to pass along to the method (or rather the name of the package).
The method extends WorkFlowMethod throwing an Exception and is identical to other methods that do show us a stacktrace in taskspace when an error occurs.
I debugged the method (offcourse) and see that the error is caught and passed on, but it seems that something after the method catches the error and gives feedback to look into the logs. We do, however, want to give more feedback to the users and helpdesk employees that help the users.
I'd appreciate any help on this.