I am using Service task with Java delegate in my BPMN diagram. I do not want any Service tasks to be retried hence I have set “R0/PT10M” in Retry Time Cycle.
What I noticed that after this, any exception thrown from Java Delegate is not shown on the Cockpit. Instead it simply shows:
How can I make sure that exception is shown in Cockpit?
Just wanted to poke my head in and confirm that I’m seeing similar behavior. Both incidents display the exact same stacktrace. I’d like to poke around out of curiosity, see if I can understand why. Seems like a bug…