Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(docs): add copy selected PI ids button #1751

Merged
merged 2 commits into from
Feb 20, 2025

Conversation

venetrius
Copy link
Member

@venetrius
Copy link
Member Author

This features does not require any extra attantion when migrating to 7.23 so I did not mention it in https://github.com/camunda/camunda-docs-manual/blob/master/content/update/minor/722-to-723/_index.md

Copy link
Member

@tasso94 tasso94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one hint on style. Other than that reads very good! 👍

Comment on lines 126 to 133
## Copy the ID-s of selected Process Instances

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 ID-s of the selected Process Instances using the `Copy selected Process Instances IDs` button:

{{< img src="../../img/cockpit-copy-process-instance-ids.png" title="Copy selected id-s button" >}}

The selected Process Instance ID-s 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).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Copy the ID-s of selected Process Instances
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 ID-s of the selected Process Instances using the `Copy selected Process Instances IDs` button:
{{< img src="../../img/cockpit-copy-process-instance-ids.png" title="Copy selected id-s button" >}}
The selected Process Instance ID-s 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).
## Copy the IDs of selected Process Instances
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:
{{< img src="../../img/cockpit-copy-process-instance-ids.png" title="Copy selected 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).

❌ Personally, I don't have a strong preference of how to write IDs. However, I would opt for consistency in this case.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point, applied suggested changes.

@venetrius venetrius merged commit ea7e358 into master Feb 20, 2025
1 check passed
@venetrius venetrius deleted the 4896-addProcessInstnaceIdNotIn-filter branch February 20, 2025 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants