Handling long running processes in APEX
729518Oct 22 2009 — edited Apr 5 2012Hello Experts,
I need your help!
I would like to call a long running PL-Proc from an Apex-App. So I build a page for the parameters with the wizzard - all fine.
Pressing the button starts the pl-proc - thats also fine.
Problem: While the PL-Proc is running, there is no activity signaled in the browser. There is no way to see, that something is running in the background.
After the pl-proc is finished, the branch to an other site took place - so the "after process" action is working as desired.
I tried "javascript:html_Submit_Progress(this);" - but this is not a solution because there is only a very short time to reload the page itself. The PL-Proc need much more time.
Is there a way to show the user, that background action is running?
Any Ideas?
Thanks for your help!
Kind regards,
Frank