Context:
See Forum post:
https://forum.camunda.org/t/camunda-optimize-variable-plugin-problem-by-raw-data/26370
When a variable has a name with a large number within it (larger than Integer.max), Optimize fails when attempting to sort table columns for raw data reports because we are extracting the number from the string and then parsing it to Integer. This leads to raw data reports being unusable in scenarios with large numbers in variable names. I have attached the error log from the above forum post.
AT:
- Optimize does not fail to display raw data table when variable names include large numbers
Steps for testing:
- Deploy instance with variable with a long number in the name, eg same as in forum post: "helloMyNameIsVariable.actionMap.52352345634654756756867534" (variablet type and value are irrelevant)
- Import Data to Optimize
- Create a raw data report on the in step 1 deployed process and check that the report creation does not fail (and all table columns are present)