Use SHOW INVOCATIONS to review the status of the steps and pipelines that have been executed.

 

1 SQL> select id, object_name, state, status, completed_instant from (show invocations) order by completed_instant;

Screen Shot 2016-06-06 at 2.02.23 PM