Skip to main content

Getting familiar with Operate

This section "Getting familiar with Operate" and the next section “Variables and incidents” assumes that you’ve deployed a workflow to Zeebe and have created at least one workflow instance.

If you’re not sure how to deploy workflows or create instances, we recommend going through the Getting started tutorial

In the following sections, we’ll use the same order-process.bpmn workflow model from the Getting Started guide.

View a deployed workflow​

In the Instances by Workflow panel in your dashboard, you should see a list of your deployed workflows and running instances.

operate-view-workflow

When you click on the name of a deployed workflow in the Instances by Workflow panel, you’ll navigate to a view of that workflow model along with all running instances.

operate-view-workflow

From this Running Instances view, you have the ability to cancel a single running workflow instance.

operate-cancel-workflow-instance

Inspect a workflow instance​

Running workflow instances appear in the Instances section below the workflow model. To inspect a specific instance, you can click on the instance id.

operate-inspect-instance

There, you’ll be able to see detail about the workflow instance, including the instance history and the variables attached to the instance.

operate-view-instance-detail