Idea Summary
There should be a feature in APEX to monitor In-Progress Automations
Use Case
Currently we can only see either the completed or failed Automations in Execution Log. Sometimes we need to have a real time status of the Long running Automations running on background. Similar to DBMS_SCHEDULER_RUNNING_JOBS table information for running scheduler jobs.
Preferred Solution (Optional)
In Execution log, there should be some option to see, In-Progress automations utilizing the DBMS_SCHEDULER_RUNNING_JOBS table. There should be some view as well to implement such feature in Applications as well, like the Automation Logs and Log messages.