/camunda-optimize-examples

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

Primary LanguageJavaApache License 2.0Apache-2.0

Camunda Optimize examples

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

Camunda Version Link Checkout command
Latest Master branch git checkout master

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 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

Contribute!