what is the difference between a loop and a repeat?
Answer Posted / pradeep
Loop and Repeat both are used to execute child steps.
Repeat : Repeat is a conditional based flow step. The execution of child steps will be depends on "REPEAT ON" value( SUCESS / FAILURE in property panel).
Loop : You should perform a loop operation on array of items(String list/Document list/Object list). Loop operation process each and every array element in the array. you have to give the input array value.
Is This Answer Correct ? | 23 Yes | 3 No |
Post New Answer View All Answers
How many minutes have you spent in your lifetime reading documentation or actually (gasp) working with any webMethods product on a real project?
how to configure sap adapter6.1
can we build loop step with in the branch
in such a way that the interface is look like that
branch
Explain about pub-sub architecture?
post me important interview question on webmethods
When we use repeate, exit flow steps?
When we use repeate flow steps?
Explain what are the new features in 8.0 compared to 7.1?
can anyone explain in brief about TN Consloe and Webmethods...? As well as All flow steps in webmethods: Branch Repeat Loop Sequence (explain also Try -Catch block for error Handling)
can any one please post Q and Ans for Trading Networks in webMethods
Explain about pub-sub architecture, where do you implemented this?
How we can catch exception error on run time mode using flow language in webmethods?
When Should You Use Flow Diagram View?
How many kinds of log files in webmethods?
If I have a parent sequence with the property set- exit on success, and the try sequence block set to exit on failure, and the catch sequence block too set to failure, what is the result?