AT:
- all variable type fields are moved from the ProcessVariableHelper class to the ReportConstants class (that includes the ALL_SUPPORTED_VARIABLE_TYPES field)
Context:
The variables types are not only used for process variables, but also decision variables. Thus, we should move these constants to a constants class where there is no dependency to any definition type.
This is the controller panel for Smart Panels app
Move variable type constants to ReportConstants class
AT:
- all variable type fields are moved from the ProcessVariableHelper class to the ReportConstants class (that includes the ALL_SUPPORTED_VARIABLE_TYPES field)
Context:
The variables types are not only used for process variables, but also decision variables. Thus, we should move these constants to a constants class where there is no dependency to any definition type.