Skip to content

Commit ea7e358

Browse files
authored
feat(docs): add copy selected PI ids button (#1751)
related to camunda/camunda-bpm-platform/issues/4896
1 parent 158efcc commit ea7e358

4 files changed

+24
-0
lines changed

content/webapps/cockpit/bpmn/dashboard.md

+24
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,14 @@ The format of the export result is a file of [Comma-separated values (CSV)](http
123123
* `double`, `integer`, `long`, `short` (number types)
124124
* You can only export the value property of a variable.
125125

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:
129+
130+
{{< img src="../../img/cockpit-copy-process-instance-ids.png" title="Copy selected IDs button" >}}
131+
132+
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).
133+
126134
## `IN` operator
127135

128136
{{< img src="../../img/cockpit-in-operator.png" title="IN Operator" >}}
@@ -142,6 +150,22 @@ start editing by clicking on the value. You can expand the value in a modal dial
142150

143151
{{< img src="../../img/cockpit-in-operator-modal.png" title="IN Operator Modal" >}}
144152

153+
## `NOT IN` operator
154+
155+
{{< 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
164+
<button class="btn btn-xs"><i class="glyphicon glyphicon-resize-full"></i></button>
165+
button to open a modal dialog.
166+
167+
{{< img src="../../img/cockpit-edit-not-in-criterion-modal.png" title="IN Operator Modal" >}}
168+
145169
# Delete process definitions
146170

147171
{{< enterprise >}}
Loading
Loading
Loading

0 commit comments

Comments
 (0)