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.  Scope field in a branch step

    Posted 02/15/11 02:11 PM

    Hi,

    can anyone give me more information on the purpose of “scope” field in a branch step. The definition which I found in the developer’s guide is “The name of a document (IData object) in the pipeline to which you want to restrict this step. If you want this step to have access to the entire pipeline, leave this property blank”.

    I found the above definition a bit vague, if anyone can explain me the field in detail with an example it would be nice.

    Regards,
    sdeshik


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 2.  RE: Scope field in a branch step

    Posted 02/15/11 06:43 PM

    Say you have a document in the pipeline named ABC:

    ABC
    …field1
    …field2
    …field3

    If you specify the scope to be ABC, only field1, field2 and field3 will be visible to the step. If used on a branch step, your branch could then use BRANCH on /field2 instead of BRANCH on /ABC/field2

    HTH


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB