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.  please send some examples for repeat and sequance stmt

    Posted 12/27/07 09:43 AM

    hiiiii
    this is koti iam now entered to learn about repeat and sequance steps
    now I want to learn some examples for these stmts
    pls help me


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


  • 2.  RE: please send some examples for repeat and sequance stmt

    Posted 12/28/07 09:40 PM

    Hello,
    A sequence holds a number of steps. I allows you to immediately exit if a currently executing step fails, is successful, or continue through every step it contains regardless of pass or fail (as long as it is not an exit that can jump out higher).
    A repeat step is a bad mix of a for loop and do_while loop. You can have a max execute count and a condition to repeat on. These are filter with a pause time. I tend to use it with an “EXIT from Loop” step. It serves me best as a loop for building structures. LOOP works better for breaking down or transposing. Good day.

    Yemi Bedu


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


  • 3.  RE: please send some examples for repeat and sequance stmt

    Posted 12/30/07 01:52 AM

    See the Flow statement appendix in the Developer’s Guide and download the WmSamples package from Advantage.

    Mark


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


  • 4.  RE: please send some examples for repeat and sequance stmt

    Posted 01/10/08 05:35 AM

    as far i know

    Sequences is mainly used for:
    Exception Handling
    Logical Grouping
    Branching

    is there anything extra we can use sequence for??? pls let me know.


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