Show Invocations Summary The SHOW INVOCATIONS command displays the summary history of each step or pipeline invoked within Connect. The command also provides status information for actively running i...
Invocations
Use Steps and Pipelines
Data Processing with Steps and Pipelines Your primary tool for creating ETL mappings and automating your Incent processes is using step and pipeline domain objects. You can bundle a series of [&helli...
Show and Query Invocations
Use SHOW INVOCATIONS to review details for the executed pipeline. 1 SQL> select id, state, status, object_type, object_name, created_instant, completed_instant from (show invocations) where object_...