-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Context:
It is hard for the users to understand how the variable plugin works and what they can do with it. Therefore, it makes sense to depict the functionality of the plugin system by providing examples for the most common use cases.
AT:
- There exists a optimize-plugin-examples repository, where the users can find all example plugin implementations for Optimize
- The repository contains an example for the variable plugin,
- where the variable is a reference to another database and one needs to fetch the values
- where the variable is complex and one needs to transform the fields into primitive variables
- where I filter out sensitive variables
- where I anonymize variables
- for each example there is a readme on how I can add this plugin to OPtimize and how it works
- in the root of the repository there is a readme giving an overview over all examples
- the plugin examples are mentioned in the OPtimize docs
This is the controller panel for Smart Panels app
[OPT-1417] Provide examples for common use cases as variable filter plugins
Remote Link | New: This issue links to "Page (camunda confluence)" [ 12201 ] |
Labels | Original: next_release | New: current_release next_release |
Labels | Original: current_release next_release | New: current_release |
Labels | Original: current_release | New: next_release |
Labels | Original: next_release | New: current_release next_release |
Labels | Original: current_release next_release | New: current_release |
Status | Original: Open [ 1 ] | New: In Development [ 10312 ] |
Description |
Original:
*Context:*
It is hard for the users to understand how the variable plugin works and what they can do with it. Therefore, it makes sense to depict the functionality of the plugin system by providing examples for the most common use cases. *AT:* * There exists a optimize-plugin-examples repository, where the users can find all example plugin implementations for Optimize * The repository contains an example for the variable plugin, where the variable is a reference to another database and one needs to fetch the values * The repository contains an example for the variable plugin, where the variable is complex and one needs to transform the fields into primitive variables |
New:
*Context:*
It is hard for the users to understand how the variable plugin works and what they can do with it. Therefore, it makes sense to depict the functionality of the plugin system by providing examples for the most common use cases. *AT:* * There exists a optimize-plugin-examples repository, where the users can find all example plugin implementations for Optimize * The repository contains an example for the variable plugin, ** where the variable is a reference to another database and one needs to fetch the values ** where the variable is complex and one needs to transform the fields into primitive variables ** where I filter out sensitive variables ** where I anonymize variables * for each example there is a readme on how I can add this plugin to OPtimize and how it works * in the root of the repository there is a readme giving an overview over all examples * the plugin examples are mentioned in the OPtimize docs |
I backported the docs up to 2.1 and here is the link to the examples repository:
https://github.com/camunda/camunda-optimize-examples