Hello Everybody,
Is there any out-of-box IS service to:
- find and get process instances by start/end date and status = failed
- 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.