webMethods

webMethods

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
Expand all | Collapse all

help needed on dynamic reference process

  • 1.  help needed on dynamic reference process

    Posted Mon June 21, 2010 11:39 AM

    Hi experts,

    May anyone help to explain how to implement the dynamic reference process? A simple example would be great!

    Thanks for all


    #BPM
    #webMethods
    #webMethods-BPMS


  • 2.  RE: help needed on dynamic reference process

    Posted Mon July 26, 2010 11:11 AM

    This can be done in wm 8 as follows,

    1. Create activity step and in the Implementation->Type (set this as referenced process)
    2. Check the “Allow this step to dynamically invoke one or more referenced processes at run time:” property to true
    3. Generate the process, in the PRESUB_ name service do the mapping
      a. set ‘WaitForSubprocess’ as true (in case of synchronous)
      b. set ‘SubprocessModelID’ to name of the referenced process to be invoked (‘Project/Process’)
      c. set ‘ReturnDocuments’ to the ‘document name’ that gets published in the referenced process (fullpath)
      d. set ‘SubprocessInstances/Type’ to the ‘document name’ that is being received in the referenced process (fullpath)
      e. Map ‘SubprocessInstances/Document’ to the document that is being received in the referenced process
      In case of asynchronous, the ‘WaitForSubprocess’ can be set as false and step c can be ignored
      Reference:8-0-SP1_Administering_Process_Engine.pdf

    #webMethods-BPMS
    #BPM
    #webMethods