Please let me know the simplest way to create an infinite loop in developer.
Murali
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ā¦