Skip to content

Commit

Permalink
docs(operate): update introduction page
Browse files Browse the repository at this point in the history
- Add screenshots light/dark
- Add section how to get Operate
- Restructured page

Related with #82
  • Loading branch information
ralfpuchert committed Dec 16, 2020
1 parent fe8820f commit 42ff231
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,14 +1,31 @@
---
id: index
id: introduction
title: Introduction
---

Operate is a tool for monitoring and troubleshooting workflow instances running in Zeebe.

<!--
import ThemedImage from '@theme/ThemedImage';
<ThemedImage
alt="Operate Introduction"
sources={{
light: useBaseUrl('img/operate-introduction_light.png'),
dark: useBaseUrl('img/operate-introduction_dark.png'),
}}
/>;
-->
In addition to providing visibility into active and completed workflow instances, Operate also makes it possible to carry out key operations such as resolving <!-- FIXME: [incidents](/reference/incidents.html) --> incidents and updating workflow instance variables.

In the <!-- FIXME: [Getting Started tutorial](/product-manuals/zeebe/overview) --> "Getting Started tutorial", we walk through how to install and run Operate and how to use it to monitor workflow instances. In this Operate User Guide, we’ll cover some of Operate’s more advanced features.
![operate-introduction](img/operate-introduction_dark.png)

In the [Operate User Guide](userguide/basic-operate-navigation) you can find out how to use it to monitor workflow instances and more features.

In the [Operate Deployment Guide](deployment/install-and-start) you can walk through how to install and run Operate.

Because Operate can be a helpful tool when getting started with Zeebe and building an initial proof of concept, we make it available under a developer license for **free, non-production use**. [You can find the developer license here](https://zeebe.io/legal/operate-evaluation-license/). There are no restrictions under this license when it comes to the length of the evaluation period or the available feature set _as long as you use Operate in non-production environments only._
Operate is also available for production use (with support) in the Camunda Cloud offering.
If you'd like try out Operate in the Camunda Cloud, [please sign up here.](https://accounts.cloud.camunda.io/signup)

Operate is also available for production use (with support) in the Camunda Cloud offering. If you'd like try out Operate in the Camunda Cloud, [please sign up here.](https://accounts.cloud.camunda.io/signup)
Because Operate can be a helpful tool when getting started with Zeebe and building an initial proof of concept, we make it available under a developer license for **free, non-production use**. [You can find the developer license here](https://zeebe.io/legal/operate-evaluation-license/). There are no restrictions under this license when it comes to the length of the evaluation period or the available feature set _as long as you use Operate in non-production environments only._a

0 comments on commit 42ff231

Please sign in to comment.