You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* You can only export the value property of a variable.
125
125
126
+
## Copy the IDs of selected Process Instances
127
+
128
+
Sometimes incidents make it necessary for the Operations Engineer to intervene manually. To make it easier to work with a subset of Process Instances it is possible to copy the IDs of the selected Process Instances using the `Copy selected Process Instances IDs` button:
The selected Process Instance IDs then can be used for example to filter process instances using the [`IN` filter operator](##in-operator) or the [`Not In` filter operator](#not-in-operator).
{{< img src="../../img/cockpit-not-in-operator.png" title="NOT IN Operator" >}}
156
+
Cockpit provides `NOT IN` operator support when filtering for process instances for the following query criteria:
157
+
158
+
* Process instance ID
159
+
* Process definition key
160
+
161
+
Use the `NOT IN` operator to exclude any results matching one of the specified values.
162
+
163
+
By default, all search criteria are combined with a logical `AND` ([conjunctive normal form](https://en.wikipedia.org/wiki/Conjunctive_normal_form)). If you need to exclude multiple values, select a criterion that supports the `NOT IN` operator and provide them as a comma-separated list. To edit the list, click the value. For more extensive editing, click the
0 commit comments