- 03 Jun 2024
- Print
- DarkLight
- PDF
Executions
- Updated On 03 Jun 2024
- Print
- DarkLight
- PDF
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:
Fields | Description |
---|---|
Execution ID | An unique ID of the execution. Click on the Copy icon allows you to copy the ID. |
Status | The Status of the execution, including Success, Failed, Rerun, Aborted, etc. |
Created At | The execution creation date. |
Started At | The execution start date. |
Last Updated at | The execution last updated date. |
Function | The name of the function of the execution. |
Project | The 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 Criteria | Description | Conditions | Data Types |
---|---|---|---|
Execution ID | Filter executions based on the execution ID and name. | = , != , IN , NOT-IN | String |
Function name | Filter executions based on the function name. | = , != , IN , NOT-IN | String |
Item ID | Filter executions based on the item ID. | = , != , IN , NOT-IN | String |
Model | Filter executions based on the model ID and name. | = , != , IN , NOT-IN | String |
Pipeline ID, Name, Cycle, or Node | Filter executions based on the service ID, name, cycle, and node. | = , != , IN , NOT-IN | String |
Service | Filter executions based on the service ID and name. | = , != , IN , NOT-IN | String |
Execution Status | Filter executions based on the execution's status, such as created, in-progress, failed, success, aborted, and rerun. | = , != , IN , NOT-IN | String |
Trigger ID | Filter executions based on the trigger ID. | = , != , IN , NOT-IN | String |
Updated Timestamp | Filter 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
- 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.
- Open CloudOps from the left-side menu.
- Select the Executions tab from the list.
- 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
- Open CloudOps from the left-side menu.
- Select the Executions tab from the list.
- Click Rerun All Executions to rerun all the executions. A confirmation message is displayed.
- Click Confirm to rerun all the executions.
How to Rerun an Execution Cycle
- Open CloudOps from the left-side menu.
- Select the Executions tab from the list.
- Find the execution and click on the play icon after the Service column of the execution.