Lately there were some situations wherein we needed an asynchronous process. OS has no direct solution for that, the workarounds being the use of BPT actions or timers.
I propose to have a callback structure in the same fashion as the onNotify (but with better parameters handling).
Hi Hans,
Thanks for your idea. In mobile and reactive all data actions and screen aggregates are fetched asynchronously. This means that if you have 2 data actions on a screen they will run in parallel.
Additionally, last year we also made a change that allows these not to be called immediately when the screen is shown, but only on demand, when users refresh them explicitly.
Cheers,Tiago Simões