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.

 View Only
  • 1.  Retrieve information of completed instances

    Posted Wed June 13, 2012 11:11 AM

    Hi

    i need retrieve information of completed instances. I need this information for another aplication.

    i try use WmMonitor but i’m not sure…

    i need all document data of instance

    i need your help


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 2.  RE: Retrieve information of completed instances

    Posted Wed June 13, 2012 12:30 PM

    Use pub.monitor.process.instance:getInstanceList. Refer Monitor Built in services guide for more details.


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 3.  RE: Retrieve information of completed instances

    Posted Wed June 13, 2012 12:34 PM

    thanks. one qustione more…

    if only use the getInstanceList only return the instanceID but not data, how can i retrieve data?


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 4.  RE: Retrieve information of completed instances

    Posted Wed June 13, 2012 12:38 PM

    What data you are looking for? Use pub.monitor.process.instance:getInstance service by passing instance id of completed processes to get more details.

    -Senthil


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 5.  RE: Retrieve information of completed instances

    Posted Wed June 13, 2012 12:46 PM

    if i use pub.monitor.process.instance:getInstance service but in the process the fields aren’t logged this service no return anything.

    the problem is that in the process the fields aren’t logged but i must retrieve this fields…


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services