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
  • 1.  Question regarding referenced process model

    Posted Fri May 29, 2009 10:30 AM

    I have a referenced process in my parent process. Both referenced and the parent process are subscribing for the same document(have the receive step subscribing for the same document).

    Is this causes to invoke child process twice (I mean once thru the parent process and once all by itself separately). If yes is there a way to prevent the referenced process not to be invoked all by itself except from the parent process.

    Any help appreciated.


    #BPM
    #webMethods
    #webMethods-BPMS


  • 2.  RE: Question regarding referenced process model

    Posted Fri May 29, 2009 11:06 AM

    I dont think there’s way to achieve this unless if you want to disable subscription trigger for referenced process…:kiss:


    #BPM
    #webMethods
    #webMethods-BPMS


  • 3.  RE: Question regarding referenced process model

    Posted Fri May 29, 2009 11:39 AM

    You should have the trigger filter condition set to both when you subscribe to one IS document in Parent and Child process…

    Then how do you differentiate the data if it is required by Parent or Child ?

    In your publishable document, example, if there is a variable under Header like message, which contains ‘parent’ as value for Main process and ‘child’ as value for Referenced process, use the trigger filter condition with these filters which can differentiate the parent and child data and accordingly, the process will get triggered and executed.

    -Senthil


    #webMethods-BPMS
    #BPM
    #webMethods