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.  Get process info in Activity IS service implementation

    Posted 08/23/11 10:22 PM

    Hello:

    I have an Activity and the implementation type is an IS Service. My question is: how do I get the process instance id during execution of the IS Service.

    Best Regards


    #webMethods
    #webMethods-BPMS
    #BPM


  • 2.  RE: Get process info in Activity IS service implementation

    Posted 08/24/11 08:35 AM

    You should receive a put.prt:ProcessData as an input in addition of the remaining data you are already sending.

    Put it on the Input/Output tab of your activity’s properties in the process view if it is not there already.


    #webMethods-BPMS
    #BPM
    #webMethods


  • 3.  RE: Get process info in Activity IS service implementation

    Posted 08/24/11 03:22 PM

    Ok, thanks.

    Once ProcessData is in the input/output tab, How can I reference inside an IS service?

    Remember the implementation for this activity is Is Service.

    regards.


    #BPM
    #webMethods-BPMS
    #webMethods


  • 4.  RE: Get process info in Activity IS service implementation

    Posted 08/29/11 08:30 AM

    Hi,

    The pub.prt:ProcessData document is populated automatically by the process engine.
    The document field ProcessInstanceID can be obtained automatically or can be mapped as input if called by other IS service (where it is filled automatically).

    Hope this helps.


    #BPM
    #webMethods
    #webMethods-BPMS


  • 5.  RE: Get process info in Activity IS service implementation

    Posted 08/30/11 09:08 PM

    At run time the service which you are invoking in the flow service for the step will have the processData document.
    You can just create reference in your IS Service and map the processInstanceID from it.


    #webMethods
    #BPM
    #webMethods-BPMS