GEORGE NELSON
GEORGE NELSON

Reputation: 69

Implementing conditional looping in Mule application

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

Answers (1)

Hali
Hali

Reputation: 591

You can look in to until-successful in mule application. http://www.mulesoft.org/documentation/display/current/Until+Successful+Scope

Upvotes: 7

Related Questions