IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  BPM: get error from failed process instances by IS service

    Posted 06/03/19 06:45 AM

    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.


    #BPM
    #webMethods-BPMS
    #webMethods


  • 2.  RE: BPM: get error from failed process instances by IS service

    Posted 06/03/19 07:17 AM

    Check WmMonitor and WmPRT package for the underlying services.


    #webMethods
    #webMethods-BPMS
    #BPM


  • 3.  RE: BPM: get error from failed process instances by IS service

    Posted 06/03/19 11:35 AM

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

    Thank you Mahesh.


    #BPM
    #webMethods-BPMS
    #webMethods