Skip to main content

Getting familiar with Operate

This section and the next section, “Variables and incidents,” assumes you’ve deployed a process to Zeebe and created at least one process instance.

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

In the following sections, we’ll use the same order-process.bpmn process model from the getting started tutorial.

View a deployed process

To view a deployed process, take the following steps:

  1. In the Instances by Process panel on your dashboard, note the list of your deployed processes and running instances.

operate-view-process

  1. When you click on the name of a deployed process in the Instances by Process panel, you’ll navigate to a view of that process model and all running instances.

operate-view-process

  1. From this Running Instances view, you can cancel a single running process instance.

operate-cancel-process-instance

Inspect a process instance

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

operate-inspect-instance

Here, see details about the process instance, including the instance history and the variables attached to the instance.

operate-view-instance-detail