Skip to content

A collection of usage examples for Camunda Optimize intended to get you started quickly (e.g. with the plugin system).

License

Notifications You must be signed in to change notification settings

camunda/camunda-optimize-examples

Repository files navigation

Camunda Optimize examples

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.

Overview

Getting Started with Variable Import 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

Getting Started with Decision Import Plugins

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

Getting Started with Business Key Import Plugins

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

Getting Started with SSO Plugins

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

Getting Started with Elasticsearch Header Plugins

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

Contribute!

About

A collection of usage examples for Camunda Optimize intended to get you started quickly (e.g. with the plugin system).

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages