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
Explain about pub-sub architecture, where do you implemented this?
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)
When we use repeate, exit flow steps?
How many interfaces you implemented sofar?
How we can catch exception error on run time mode using flow language in webmethods?
How to convert document list to document? If document list contain documents and documents contain strings field. How to convert?
Explain header handlers in web services
can any one please post Q and Ans for Trading Networks in webMethods
What are the advantages of eai?
Where do you implemented pub-sub architecture?
how to configure sap adapter 4.1
can we build loop step with in the branch
in such a way that the interface is look like that
branch
post me important interview question on webmethods
When Should You Use Flow Diagram View?
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?