BPM: get error from failed process instances by IS service

Hello Everybody,

Is there any out-of-box IS service to:

  1. find and get process instances by start/end date and status = failed
  2. and extract message detail from process errors

Of course I can use MWS admin page (Process Instances tab), but I need to check few thousands process instances.
Thus I try to find faster solution.

Check WmMonitor and WmPRT package for the underlying services.

1 Like

Yeah, I love this two services:
pub.monitor.process.instance:getInstanceList
pub.monitor.process.instance:getInstanceErrors

Thank you Mahesh.