Reputation: 69
I am new to mule software.I am working in an application in which i need to loop the flow with particular condition. How can i implement while loop in mule application flow.
Thanks in advance.
Upvotes: 2
Views: 2038
Reputation: 591
You can look in to until-successful in mule application. http://www.mulesoft.org/documentation/display/current/Until+Successful+Scope
Upvotes: 7