Updating the app UI from within a running script
Is there a way to broadcast information from within a running script that I could propagate to the UI?
I have a single script that triggers another system, via subprocesses, and waits for the other system to complete. That system on startup prints a link for the status page of that system to stdout. I'd like to propagate that link to the UI, before the subprocess is finished and the script is done.
I can currently see it in the logs element of the app, but it would be nice if I could extract that out separately so users don't have to search around for it in the logs.
0 Replies