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.  Stopping a process using updateProcessInstanceStatus

    Posted 04/27/09 07:00 PM

    Hello:

    I’m trying to code a service to stope a process programatically using
    pub.monitor.integrationProcessMonitoring:updateProcessInstanceStatus

    The process is defined in Designer and is called PortInBP

    The problem I find is that when calling the service updateProcessInstanceStatut I get an exception:

    if I set the ProcessKey as PortInBP/PortInBP I get
    Input string has invalid/special characters: processKey: /

    if I set the ProcessKey as PortInBP I get
    Process Key does not exist in Process Definition table: PortInBP

    The ProcessKey must be PortInBP/PortInBP (according to getInstanceList)

    So I don’t know if it’s a bug in the service or something I misunderstood.

    Thanks
    Edgardo


    #BPM
    #webMethods-BPMS
    #webMethods


  • 2.  RE: Stopping a process using updateProcessInstanceStatus

    Posted 03/11/10 06:45 PM

    Hi,

    Did you find the solution for this problem…??

    Thanks…!

    Carlos Echeverría


    #webMethods-BPMS
    #webMethods
    #BPM


  • 3.  RE: Stopping a process using updateProcessInstanceStatus

    Posted 03/11/10 07:08 PM

    Yes I use
    pub.prt.admin:changeProcessStatus with
    action=CANCEL
    ProcessInstanceId=instance id
    ProcessIteration=iteration

    the other parameters are optional


    #BPM
    #webMethods-BPMS
    #webMethods