Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified images/runs-default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/runs-filters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions introduction/features-and-benefits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Here's a rundown of the major features and benefits that OpenOps provides:
* **Managed databases**: Amazon RDS, Azure SQL, Google Cloud SQL, Cloud Firestore.
* **Buckets and storage**: Amazon S3, Azure Blob Storage, Google Cloud Storage.
* **Data warehouses and analytics platforms**: Snowflake, Databricks, BigQuery.
* **Cloud cost and optimization tools**: Archera, AWS Compute Optimizer, Azure Advisor, CloudFix, CloudHealth, Cloudability, CloudZero, Finout, Flexera, Flexera Spot, Kion, Pelanor, Ternary, Umbrella, Vega Cloud.
* **Cloud cost and optimization tools**: Archera, AWS Compute Optimizer, Azure Advisor, CloudFix, CloudHealth, Cloudability, CloudZero, Finout, Flexera, Flexera Spot, Kion, Pelanor, Ternary, Umbrella, Vantage, Vega Cloud.
* **Communications**: Slack, Microsoft Teams, Discord.
* **Task and project management tools**: Jira Cloud, Monday.com, Notion, Asana, Trello, Linear, Zendesk.
* **Task and project management tools**: Jira Cloud, Monday.com, Notion, Asana, Trello, Linear, ServiceNow, Zendesk.
* **Version control and IaC**: GitHub, Terraform, AWS CloudFormation, Azure Resource Manager.
* [AI assistance](/ai-assistance/overview/) to help generate CLI commands, SQL queries, and custom code using an LLM provider of your choice: OpenAI, Anthropic, Perplexity, and many others.
* Test runs on every step of workflow editing, [workflow version control](/workflow-management/workflow-version-history-lifecycle), and detailed [traceability](/workflow-management/investigate-workflow-run) of every workflow run to make sure that your workflow definitions and runs are reliable.
Expand Down
6 changes: 4 additions & 2 deletions workflow-management/actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,16 @@ These actions help you retrieve data from cloud resources, third-party services,
* **[CloudHealth](https://www.vmware.com/products/app-platform/tanzu-cloudhealth)**: get recommendations, search assets and retrieve asset perspectives, or manage asset tags.
* **[CloudZero](https://www.cloudzero.com/)**: make API calls to fetch telemetry, billing data, budgets, insights, and more.
* **[Cloudability](https://www.apptio.com/products/cloudability/)**: retrieve, snooze and unsnooze recommendations.
* **[Finout](https://www.finout.io/)**: get view data and manage virtual tags.
* **[Finout](https://www.finout.io/)**: get view data and recommendations, manage virtual tags.
* **[Flexera](https://www.flexera.com/)**: retrieve active recommendations and incidents.
* **[Flexera Spot](https://spot.io/solutions/finops/)**: fetch clusters and make custom API calls.
* **Google Cloud**: get recommendations from selected Google Cloud recommenders.
* **[Kion](https://kion.io/)**: perform API calls to manage billing sources and cloud rules, get reports, and more.
* **[Pelanor](https://www.pelanor.io/)**: perform API calls to fetch reports, apply dimensions, monitor anomalies, and more.
* **[Ternary](https://ternary.app/)**: fetch usage recommendations, retrieve budgets and anomalies, get and create cases and users.
* **[Umbrella](https://umbrellacost.com/)** (formerly Anodot): get recommendations, manage comments, get user accounts, update user status.
* **[Vega Cloud](https://www.vegacloud.io/)**: perform API calls to fetch recommendations, forecasts or anomalies.
* **[Vantage](https://www.vantage.sh/)**: perform custom API calls.
* **[Vega Cloud](https://www.vegacloud.io/)**: get anomalies, perform API calls to fetch recommendations or forecasts.
* **AWS Athena**: run Athena queries.
* **Snowflake**: run individual or batch Snowflake queries.
* **Databricks**: run SQL queries in Databricks workspaces and trigger existing jobs.
Expand Down Expand Up @@ -106,6 +107,7 @@ These actions allow you to retrieve and update data in issues and boards in proj
* **Jira Cloud**: search, create, or update issues and issue comments.
* **Monday.com**: manage boards, groups, columns, and items.
* **Linear**: create and update projects, issues, and comments.
* **ServiceNow**: perform calls to service or operations management APIs.
* **Zendesk**: make API calls to Zendesk to create or update tickets, create chat messages, and more.

## Save data and report
Expand Down
2 changes: 1 addition & 1 deletion workflow-management/investigate-workflow-run.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Click **Runs** in the OpenOps main menu.
This opens the list of all runs across all your workflows, with the most recent runs shown first:
![The list of all workflow runs](/images/runs-default.png)

You can filter the list by workflow name, run status, or a date range:
You can filter the list by workflow name, run status, type, or a date range:
![Workflow runs with filters applied](/images/runs-filters.png)

When you've found a run you want to investigate, click on it. This will open the workflow editor in a view-only mode.
Expand Down