How can i execute a service multiple times, but one after the other? So a so-called waterfall effect?
For example:
for (var i=0; it get it how to make it work with Appery services, because you have no custom callback functions or explicit ajax calls (most of the examples of deferred objects on internet use this), but just the service.execute({}).
Can you give an example please on how to get this to work for the base case of 1 service that has to execute one after the other, like in the for-loop above?