Hi,
Is there the ability to run actions in the background without being forced to wait for them to finish in the loading screen?
I have created an automation which invokes a SOAP service and it takes some time (20 seconds). This thing must be disturbing for the user.
As i see, actions are executed synchronously, meaning the user interface waits for the action to complete before allowing further interactions.
Any ideas?
Thanks!