A collection of usage examples for Camunda Optimize intended to get you started quickly (e.g. with the plugin system).
Optimize Version | Link | Checkout command |
---|---|---|
Latest | Master branch | git checkout master |
3.13.0 | 3.13.0 tag | git checkout 3.13.0 |
3.12.0 | 3.12.0 tag | git checkout 3.12.0 |
3.11.0 | 3.11.0 tag | git checkout 3.11.0 |
3.10.0 | 3.10.0 tag | git checkout 3.10.0 |
3.9.0 | 3.9.0 tag | git checkout 3.9.0 |
3.8.0 | 3.8.0 tag | git checkout 3.8.0 |
3.7.0 | 3.7.0 tag | git checkout 3.7.0 |
3.6.0 | 3.6.0 tag | git checkout 3.6.0 |
3.5.0 | 3.5.0 tag | git checkout 3.5.0 |
3.4.0 | 3.4.0 tag | git checkout 3.4.0 |
3.3.0 | 3.3.0 tag | git checkout 3.3.0 |
3.2.0 | 3.2.0 tag | git checkout 3.2.0 |
3.1.0 | 3.1.0 tag | git checkout 3.1.0 |
3.0.0 | 3.0.0 tag | git checkout 3.0.0 |
2.7.0 | 2.7.0 tag | git checkout 2.7.0 |
2.6.0 | 2.6.0 tag | git checkout 2.6.0 |
2.5.0 | 2.5.0 tag | git checkout 2.5.0 |
2.4.0 | 2.4.0 tag | git checkout 2.4.0 |
2.3.0 | 2.3.0 tag | git checkout 2.3.0 |
2.2.0 | 2.2.0 tag | git checkout 2.2.0 |
If you clone this repository, use the checkout commands to access the sources for the desired version.
- Getting Started with Variable Import Plugins
- Getting Started with Decision Import Plugins
- Getting Started with Business Key Import Plugins
- Getting Started with SSO Plugins
- Getting Started with Elasticsearch Header Plugins
In Optimize you can hook into the Optimize import and adjust variable import. In the following you will find common use cases on why and how to use those variable plugins:
Name | Support from Version | Keywords |
---|---|---|
Anonymize your Variables | 2.1.0+ | variable, plugin, import |
Filter out Variables | 2.1.0+ | variable, plugin, import |
Resolve reference variables | 2.1.0+ | variable, plugin, import |
Transform complex variables | 2.2.0+ | variable, plugin, import |
Analogously to the variable import plugins, you can hook into the decision instance import to enrich, filter or modify the input and output decision variables. More information here.
Name | Support from Version | Keywords |
---|---|---|
Filter out Input Instances | 2.4.0+ | decision, plugin, import |
Resolve Reference Outputs | 2.4.0+ | decision, plugin, import |
You can hook into the Optimize import and adjust business keys during the process instance import. In the following you can find a common use case on why and how to use this business key plugin:
Name | Support from Version | Keywords |
---|---|---|
Anonymize Business Keys | 3.1.0+ | businesskey, plugin, import |
In Optimize you can hook into the Optimize authentication. In the following you will find common use cases on why and how to use those SSO plugins:
Name | Support from Version | Keywords |
---|---|---|
Keycloak Example | 2.3.0+ | sso, plugin, keycloak |
In Optimize you can hook into Optimize Elasticsearch Requests. In the following you will find common use cases on why and how to use this Elasticsearch Header plugin plugins:
Name | Support from Version | Keywords |
---|---|---|
Authorization Header Example | 3.5.0+ | elasticsearch, plugin, token, header |
- Website: http://www.camunda.org/
- Getting Started: https://docs.camunda.io/docs/self-managed/optimize-deployment/install-and-start/
- Issue Tracker: https://app.camunda.com/jira
- Contribution Guidelines: http://www.camunda.org/community/contribute.html
- License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0