Executions
  • 03 Jun 2024
  • Dark
    Light
  • PDF

Executions

  • Dark
    Light
  • PDF

Article summary

Overview

The executions tab displays the list of service executions and its details in all the projects. View total number of executions, number of success and failed executions.

The list of execution shows the following column details:

FieldsDescription
Execution IDAn unique ID of the execution. Click on the Copy icon allows you to copy the ID.
StatusThe Status of the execution, including Success, Failed, Rerun, Aborted, etc.
Created AtThe execution creation date.
Started AtThe execution start date.
Last Updated atThe execution last updated date.
FunctionThe name of the function of the execution.
ProjectThe name of the project where the execution is a key component.

Schema Based Search and Filter

Schema Search is an integral component of the CloudOps, providing users with the capability to refine and narrow down the displayed executions based on specific criteria. These filters offer a powerful tool for managing and exploring large information efficiently.

Search CriteriaDescriptionConditionsData Types
Execution IDFilter executions based on the execution ID and name.=, !=, IN, NOT-INString
Function nameFilter executions based on the function name.=, !=, IN, NOT-INString
Item IDFilter executions based on the item ID.=, !=, IN, NOT-INString
ModelFilter executions based on the model ID and name.=, !=, IN, NOT-INString
Pipeline ID, Name, Cycle, or NodeFilter executions based on the service ID, name, cycle, and node.=, !=, IN, NOT-INString
ServiceFilter executions based on the service ID and name.=, !=, IN, NOT-INString
Execution StatusFilter executions based on the execution's status, such as created, in-progress, failed, success, aborted, and rerun.=, !=, IN, NOT-INString
Trigger IDFilter executions based on the trigger ID.=, !=, IN, NOT-INString
Updated TimestampFilter executions based on the last updated date.=, !=, >=, <=, <, >dd/mm/yyyy
  • Use the Calendar to filter executions by a specific timestamp. You can filter executions up to 90 days.

Executions - General Details

Click on an execution will display a right-side panel with the details of the selected execution, including general details, contexts (generated by pipeline or application), inputs and outputs. Also, it allows you to perform the following execution actions:

  • Copy Execution ID
  • Copy Service ID. Click on the Service Name allows you to view the Service Page.
  • Copy Project ID. Click on the Project Name allows you to view the project dashboard page.
  • Copy Pipeline ID
  • Copy Model ID
  • Copy Item ID
Executions created via Pipeline, Application, etc.
  • If the execution is created via pipeline, a Pipeline chip is displayed, otherwise it displays Application chip.
  • If the execution is related to Roberto service (train/evaluate/predict), add Predict, Evaluate, and Train chip.

Execution Actions

The Service executions tab allows you to perform the following actions.

How to View Execution Logs

Click on the View Execution Logs to view the logs tab, where you can see more details of the executions.

  1. Open CloudOps from the left-side menu.
  2. Select the Executions tab from the list.
  3. Find the execution and click on the View Execution Logs after the Service column of the execution. It opens the Logs tab of the service page. To learn more, refer to the Logs article.

Also, you can click on the View Execution Logs from the General Details from right-side panel of the execution.

How to Rerun All Execution Cycle

  1. Open CloudOps from the left-side menu.
  2. Select the Executions tab from the list.
  3. Click Rerun All Executions to rerun all the executions. A confirmation message is displayed.
  4. Click Confirm to rerun all the executions.

How to Rerun an Execution Cycle

  1. Open CloudOps from the left-side menu.
  2. Select the Executions tab from the list.
  3. Find the execution and click on the play icon after the Service column of the execution.


What's Next