Skip to main content

Last runs

Description

Last runs are used to monitor the recent executions of the integration pipelines. Users can view the RunId, trigger, pipeline, start and end time, runtime, status of each run to track the health state and performance of the integration.

Last Runs List

Last runs are displayed on the "Last Runs" tab of the Integration Detail Page.

Сolumns

  • RunId: Unique identifier for the run.
  • Trigger: The type of trigger that started the run. Available options are:
    • Manual: The run was started manually by the user.
    • Scheduler: The run was started by the schedule.
  • Pipeline: The name of the pipeline that was executed.
  • Started: The time when the run started.
  • Finished: The time when the run ended.
  • Runtime: The duration of the run.
  • Status: The status of the run. Available options are:
    • Success: The run was successful. Green
    • Failure: The run failed. Red
    • In Progress: The run is in progress. Blue
  • User can filter last runs by Pipeline or Status: filter last run by pipeline
  • Pagination to navigate through the list pages.
  • Click on Status to open logs for the run. If the run failed, the logs will contain the error message.
  • Sort last runs by Started, Finished, Status.