AT:
- given:
- optimize is setup with engine and elasticsearch
- the engine contains workflow data with variables
- the import of the data is triggered in optimize
- when:
- I want to query the heatmap
- then:
- I can use variable filters
Hint:
This is how it was suggested from Sebastian:
POST /process-definition/heatmap/HEATMAP_TYPE
{ "processDefinitionId": "PROCESS_DEFINITION_ID", "filter": { "dates": [ ... ], "variables": [ { "name": "VARIABLE_NAME", "operator": "="||"!=", "type": "string" "value": [ "FIRST_OPTION", "SECOND_OPTION", ... ] }, { "name": "VARIABLE_NAME", "operator": "=" "!="||"<"||">" || "<=" || ">=", "type": "number" || "date", "value": 1234 || "2017-01-01T00:00:00" }, { "name": "VARIABLE_NAME", "operator": "=", "type": "boolean", "value": true ||false }, ... ] } }
This is the controller panel for Smart Panels app
- depends on
-
OPT-326 During the import of the workflow data variable data is imported to elasticsearch
-
- Done
-