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.
Please let me know the simplest way to create an infinite loop in developer.
Murali
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
Is there any way to achieve this using the LOOP step?
Loop in webMethods works on input array thus iterations are pretty much controlled by the length of list (string/doc) provided as input array.
without giving any condition on loop jus try to print a string inside the loop the iterations wil be infinite…