async action in CAF

Hi

I have a .view page that look like this

But what it does atm is refresh all the 3 services at same time, ending all at same time. What i need is refresh all at same time but end not at same time, i dont want the fastest one waiting for the slowest one.

Any help on this please ?

Thanks

You can use three different AsyncHiddenCommands each tied to an InvokeScript. Please see the attached project.
Regards,
–mark
TripleRefreshApp.zip (11.9 KB)

I will try that.

Thank you