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.  How to get subprocessInstanceId via public service

    Posted 03/24/11 01:29 PM

    All,
    I am trying to find a pub service in webMethods which is telling me the subprocess instance ID of a referenced Process step. I can only do this via an internal service
    ws.monitor.process.instance:getSteps

    Basically I need to know which process has been invoked by my step.
    Anybody any idea?

    Thanks


    #webMethods
    #webMethods-BPMS
    #BPM


  • 2.  RE: How to get subprocessInstanceId via public service

    Posted 03/29/11 09:55 AM

    Hello,

    a workaround could be to use pub.monitor.process.instance:getInstanceList and search for processes with parentInstanceId = . Using this query you can get the subprocesses of your main process. Maybe that helps.

    Regards,
    Mathias


    #webMethods-BPMS
    #BPM
    #webMethods


  • 3.  RE: How to get subprocessInstanceId via public service

    Posted 03/29/11 10:03 AM

    Hi,
    It helps a bit. I came across this service, but now I need to know which step actually called the child process. If I use the service you mentioned I cannot tell were in my process I called this child process. I am using dynamic ref. processes, so I cannot derive this from any process definition.
    I only found an internal service to do this and I would like to avoid using this.
    Stefan


    #BPM
    #webMethods-BPMS
    #webMethods


  • 4.  RE: How to get subprocessInstanceId via public service

    Posted 03/29/11 10:12 AM

    Hello,

    I see. I also had to use WmMonitor API to get process information and also found that many useful services are inside the wm folder. The public part is a bit slim to say the least.

    Is there somebody official in the forum who can say something about using the wm part of the API.

    Regards,
    Mathias


    #BPM
    #webMethods-BPMS
    #webMethods