Skip to main content
Version: 3.7.0

Filters

Locating flaws in your process models can be a huge challenge when you have millions of process instances to sift through. Define filters in Optimize to narrow down your view to only a subset of process instances.

Camunda Optimize offers various ways of filtering your data, such as filter by:

Filter behavior

There are two ways to filter data in Optimize:

  1. Instance filters: All filters can be used to filter instances in single reports and during branch analysis.
  2. Flow node data filters: These filters can be used if you not only want to filter instances, but you additionally need to filter the content of instances (for example, flow nodes). Since not all filters can be applied on flow nodes, only compatible ones can be used as a flow node data filter. Flow node filters also exclude all instances from the result which do not contain at least one flow node that matches the filter.

To summarize, instance filters remove rows, while flow node data filters remove columns.

Additionally, if the report contains multiple processes, filters need to specify which definition they apply to. Some filters can apply to multiple definitions at once, while other filters are specific to a certain process definition. For example, because they rely on the flow nodes present in the definition.

Instance state filters

Running completed instances only filter

By default, a report considers all process instances, regardless of whether they are still running. This behavior can be adjusted with the Running Instances Only and Completed Instances Only filters. Be aware that setting one of those filters (e.g. Running Instances Only) while the other one is already set (e.g. Completed Instances Only), will show a warning message since these two filters are incompatible with each other and will not show any data.

Canceled instances only filter

If the Canceled Instances Only Filter is applied, the report will only consider those instances which were terminated before completion, either internally or externally. Be aware that adding this filter along with the Running Instances Only will show a warning message since these filters are incompatible and will not show any data.

Non canceled instances only filter

As opposed to the Canceled Instances Only Filter, applying the Non Canceled Instances Only filter will make Optimize query only those instances which were not canceled during their execution. This means only active and completed instances are considered. Externally or internally terminated instances are not included in the report.

Suspended and non suspended instances only filter

By default, a report considers all process instances, regardless of whether they are suspended or not. Adding this filter makes it possible to only evaluate process instances that are in the suspension state. Note that if you have enabled history cleanup, this might affect the accuracy of this filer given the suspension state is imported from historic data.

Flow node status filter

Some flow nodes can take a relatively long time to complete (e.g. user tasks or long-running service tasks). By default, a report includes all flow nodes in the calculations, whether they are currently running, canceled, or already completed. You can change this behavior by adding a flow node status filter as a flow node data filter.

Adding one of the flow node status options will filter both instances and flow nodes according to the selected status:

  • For instance reports: The filter will only include instances that have at least one flow node matching the filter criteria. This behavior can be seen if you are in variable, incident, or raw data reports.
  • For flow node reports: Flow nodes that do not match the filter criteria will be excluded from the results.

This behavior can be seen if you are in flow nodes or user task reports.

Here are the possible options for this filter:

  • Running flow nodes only: Your report will only collect information from flow nodes that are currently running.
  • Completed flow nodes only: Considers only successfully completed flow nodes.
  • Canceled flow nodes only: Considers only canceled flow nodes.
  • Completed or canceled flow nodes only: Considers all completed flow nodes regardless of whether they were canceled or not.
note

For incident reports, flow node status filters always behave as instance filters and do not filter flow nodes.

Date filters

In Optimize, there are two kinds of date filters: the start and the end date filter. Each of these filters can be applied on process instance and on flow node dates.

There are multiple ways in which you can define your date filters:

  • Set the filter to a current amount of time. For example, today, this week, this month, etc. In such cases, the filter does not remain static, but moves with time to deliver a subset of the data according to the selected time interval.
note

Within date filters, weeks begin on Monday, not Sunday. This is not configurable in Optimize.

  • Set it to a previous amount of time. For example, yesterday, last week, last month, etc. This filter also moves with time and is automatically adjusted to cover completed periods of time.

Take the following example: Today is Wednesday, March 11. If you set a process instance start date filter to Last... + week, you get all process instances that were started from Monday, March 2 to Sunday, March 8. A week passes, and we now have Wednesday, March 18. Applying the same filter now filters the process instances which were started from Monday, March 9 to Sunday, March 15.

  • To cover previous time periods up the current moment of time, you can use the 'Rolling' option.

Take the following example: today is March 28. If you set a process instance start date filter to the last three days, you get all process instances that were started from March 26 to March 28. A day passes, and we now have March 29. Applying the same filter now filters the process instances which were started from March 27 to March 29.

  • If you do not want the filter to be completely dynamic, you can also select Between, Before, or After.
  • The Between option only considers process instances started or ended within a fixed date range (e.g. filter all process instances between 2018-01-01 and 2018-01-26). This range is fixed and does not change.
  • In the same way, you can select After or Before options to only consider process instances that started or ended after/before a fixed date.

The start and the end date filters are independent and can be applied to a report simultaneously. However, be aware that each of these filters can only exist once. If, for example, you define a new start date filter when another one already exists, the second one will replace the first one.

Process instance date filter

Applying a process instance start or end date filter will result in a report considering only process instances that started or ended within the defined range of dates.

note

Reports with a process instance end date filter applied will only consider completed process instances.

As an alternative way to create a process instance start date filter, you can directly select the desired filter interval in the chart itself if your report is visualized as bar or line chart.

Flow node date filter

Similar to process instance date filters, flow node date filters allow you to filter the report based on flow node start or end dates.

note

Reports with a flow node end date filter will only consider data from completed flow nodes.

This filter type can be applied either as a process instance or as a flow node filter:

  • When applied as a process instance filter, you are required to select the flow nodes that are to be relevant to the filter, yielding a report which will only consider those process instances where one or more of the selected flow nodes match the configured filter.

Flow Node date filter

  • When added as a flow node filter, there is no flow node selection. The resulting report automatically only includes data from those flow nodes which match the given filter.

Duration filters

Process instance duration filter

The Process Instance Duration Filter allows you to only regard process instances whose execution from start to end took a certain amount of time. For instance, you can filter process instances that took more than three days or less than five seconds.

note

This filter shows only completed process instances, since the total duration of running process instances is not yet known.

Process instance duration filter in Camunda Optimize

Flow node duration filter

If the Flow Node Duration Filter is applied as an instance filter, it will only regard process instances where one or more flow nodes took a certain amount of time for their execution. For instance, you can filter process instances where a flow node took more than three days or less than five seconds.

If applied as a flow node filter, it will filter flow nodes and only show the flow nodes that were selected in the filter.

Flow Node duration filter in Camunda Optimize

note

For incident reports, flow node duration filters always behave as instance filters regardless of where they were defined.

Flow node filter

Retrieve only those process instances that executed certain flow nodes within your process by using the Flow Node Filter. Selecting several values at once means that all the selected flow nodes need to have been executed at least once in the process instance lifetime. At the top of the flow node filter modal you can see a preview of the filter you are about to create. You can also filter process instances where certain flow nodes were not executed.

Flow node filter in Camunda Optimize

Flow node selection

In flow node and user tasks reports, all flow nodes are included in the result by default. This could result in many table rows or chart entries which makes the visualization hard to read. This filter allows you to specify which flow nodes are included and deselect the ones that are not relevant to the report.

Specifying which nodes are included in the report

Variable filter

Use the Variable Filter to retrieve only those process instances which hold the specified variable value for the selected variable.

note

Variable filters can only filter for the final value of the variable.

For instance, assume you want to analyze only those process instances which have the variable department with the value marketing. Say you also have some instances where this variable had the value marketing at the start of the execution, yet this was later reassigned to the value sales. These instances will not be included in the filter.

To use complex types like object, use the Variable Import Customization feature to transform your object variables into primitive type variables.

Start creating a variable filter by searching for and selecting a variable from the suggested list of variable names.

Searching through the variables in variable filter

There are four types of variables that you can filter for:

Boolean variables

They can have the state true, false, null, or undefined.

String variables

Two types of operators are available for variables of type String. You can either filter by an exact variable value (is and is not) or filter by a substring (contains and does not contain).

For the operators is and is not, the first 10 values are loaded and displayed. If the variable has more than 10 values, a Load More button is shown to be able to extend the list as much as you need. You can also search through the whole list of values using the search input field. The list only contains variable values that already appeared in one of the instances of the process.

To filter by a variable value that is not in the list of available values, click the + Value button and add a custom variable value.

In case the is option of the toggle button is selected, checking one or more values means that you want to see only those process instances where the variable value equals one of the checked values (this corresponds to the or operator in boolean logic.)

In case the is not option of the toggle button is selected, checking one or more values means that you want to see only those process instances where the variable value does not equal any of the checked values (this corresponds to the and operator in the boolean logic.)

For the operators contains and does not contain, you can add one or multiple values that should match a substring of the variable value. For the contains operator, adding one or more values means that you want to see only those process instances where the variable value contains one of the entered values (this corresponds to the or operator in boolean logic).

In case the does not contain operator is selected, adding one or more values means that you want to see only those process instances where the variable value does not contain any of the entered values (this corresponds to the and operator in boolean logic.)

There is an option to include the null or undefined values of the selected variable in the result. By using the same option, it is also possible to show all the values except the null or undefined by selecting the is not option of the toggle button.

Numeric variables

Here you have an input field to define whether the variable value in the process instance should be equal, not equal, less than, or greater than a certain value. You can even add more input fields and apply the same operation several times at once.

If the is option of the toggle button is selected, adding one or more values means that you want to see only those process instances where the variable value equals one of the checked values (this corresponds to the or operator in boolean logic.)

If the is not option of the toggle button is selected, adding one or more values means that you want to see only those process instances where the variable value does not equal any of the checked values (this corresponds to the and operator in boolean logic.)

In case the is less than or is greater than option is selected, only one value can be entered.

Null or undefined options can be included or excluded from the results in a way similar to string variables.

Date variables

This filters all instances where the selected date variable has a value within a specified date range. All the options that are available to configure date filters are also available for date variables.

Similar to the other variables, there are two input switches that allow you to exclude or include process instances where a particular date variable is either null or undefined.

List variable filters

To filter based on the value of a list variable, the applied filter will depend on the primitive type of items within the list. For example, you will be creating a numeric variable filter for a variable which is a list of numbers, a string variable filter for a list of strings, and so on. It is important to note here that filters are applied on each individual item within the list variable and not the list itself.

For example, an "is" filter on a list of string values filters for those instances where any individual list item is equal to the given term. For example, instances whose list variable "contains" the selected value.

Similarly, the "contains" filter matches process instances whose list variable contains at least one value which in turn contains the given substring.

Combine multiple variables filters with OR logic

Additionally, to use variable filters individually, there is also the option of combining all the previously mentioned variable filters with OR logic. This means that variables which fulfill the condition specified in at least one filter will be displayed.

Assignee and candidate group filters

These filters allow you to include or exclude instances based on the assignee or the candidate group of at least one user task of a particular process instance.

Assignee/Candidate group filter modal

As shown in the example, it is possible to select one or more assignees or even filter for unassigned instances.

This filter has different behavior depending on where it was defined:

  • As a Flow Node data filter applied on a user task report: This filter only includes user task instances that satisfy all assignee/candidateGroup filters defined in the report at once. Mutually exclusive filters like having both an inclusive and an exclusive filter on the same assignee do not yield any results in user task reports.

  • As an instance filter: This filter includes all process instances where at least one user task satisfies one particular assignee/candidateGroup criterion. This means multiple mutually exclusive assignee/candidateGroup filter entries might still yield results for these reports (e.g. if the process definition contains multiple user tasks).

Incident filter

This filter has a different behavior depending on where it was defined:

  • As an instance filter: This filter will retrieve only those process instances that contain open, resolved, or no incidents (depending on your selection). Here are some examples where this filter can be useful:

    • Creating reports that contain no incidents since the instances that have incidents have very long durations and are influencing your data.

    • To monitor all the instances from multiple engines that have open incidents.

    On the other hand, this filter is not useful for counting the number of incidents because instances with an open or resolved instance filter might still contain instances from the other type.

  • As a Flow Node data filter: This filter will additionally filter the instance incident states to only include incidents of the same type (open or resolved). As an example, This filter can be used to count the number of open or resolved incidents since it considers the incidents of that type exclusively. This filter is currently only useful if you are in an incident view report.

note

The incident filter does not currently filter flow nodes regardless of where it was defined.

Combined filters

All the previously mentioned filters can be combined. Only those process instances which match all the configured filters are considered in the report or analysis. The duration filter, flow node filter, and variable filter can be defined several times. See the following screenshot for a possible combination of filters:

Combined filter in Camunda Optimize

Everyone who has access to the report can add their own filters. For example, by creating a dashboard that contains that report and using dashboard filters. Note that filters can apply to all processes or a subset of processes.

Filters added in such a way are always combined with the filters set in the report edit mode. That way, users can reduce the set of process instances that are considered when evaluating the report, but not increase the number of instances evaluated above the set the report author specified.

In essence, if two copies of the same process are present, Optimize combines them with OR logic, and their filters or variables can be combined with the same logic. Therefore, it's possible to compare two differently filtered slices of the same process on the same report (with the group by process feature) or combine them (without group by process).

Users can get access to a report via the sharing functionality or if the report is in a shared collection.