Skip to main content

Celonis Product Documentation

Viewing data job execution history

Whenever a data job begins to execute, a log is created and added to the Execution History dashboard. This dashboard shows both scheduled and manually executed data jobs within your data pool, allowing you to monitor and analyze your extractions, transformations, and data model load jobs.

This execution history dashboard displays the last three months of activity. If you would like to view a longer time period, we recommend setting up custom monitoring: Setting up custom monitoring.

To view your data job execution history from the data pool diagram, click Execution History:

Execution_history_icon.png

Your scheduled and data job logs are then displayed.

Execution status

When viewing your data job execution history, the following execution status are available:

  • Queued: The execution is currently running, but it is on hold while other tasks are completed.

  • Running: The execution is currently running but has not finished.

  • Successful: The execution has finished running and all data job tasks were successfully completed.

  • Cancelled: The execution was cancelled while running, with all current progress lost.

  • Failed: At least one data job task failed during execution, however the execution has finished.

  • Skipped: The execution was skipped.

execution_history_status.png
Viewing individual data job logs

From the Execution History dashboard, you can click into individual data job logs to view further details. These details include:

  • Tasks: These are the extraction, transformation, and data model load tasks that have been executed at least once in this data pool. As such, they should correspond to those you see when you click Data Jobs from your data pool diagram.

  • Steps: These are the steps taken during the data job execution.

  • Log type: This includes the timestamp, level type (debug, error, info, and warning), and the detailed message.

individual_data_job_log.png