I currently have an application that is run as a stored process in AMO. The app contains many steps and each step produces output. Currently, no output is returned until the entire app completes. However, I would like each step to return it's output before the next step so that the user can track the progress of the entire process. Is this possible?
Thanks