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.  Infinite loop

    Posted Tue October 19, 2010 04:28 PM

    Please let me know the simplest way to create an infinite loop in developer.

    Murali


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


  • 2.  RE: Infinite loop

    Posted Tue October 19, 2010 05:43 PM

    Repeat on success and set count as -1, make sure there is no error happen inside the reapeat block… you may use some simple map step inside it.

    PS: Hope you aware your IS might be hung and requires a restart :wink:


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


  • 3.  RE: Infinite loop

    Posted Wed October 20, 2010 03:25 PM

    Is there any way to achieve this using the LOOP step?


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


  • 4.  RE: Infinite loop

    Posted Wed October 20, 2010 05:33 PM

    Loop in webMethods works on input array thus iterations are pretty much controlled by the length of list (string/doc) provided as input array.


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


  • 5.  RE: Infinite loop

    Posted Fri October 22, 2010 08:15 AM

    without giving any condition on loop jus try to print a string inside the loop
    the iterations wil be infinite…


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