...
environment-information.json
Contains the information about the environment.taskana-customization.json
Contains the information about the customization of the Admin UI.TASKANA UI
Contains parameters which can be administered in the UI by business admins.
Environment
During startup the TASKANA UI loads the environment information from the URL
...
You can find the details about the customization options here: Admin UI Configuration
TASKANA UI
There is also the possibility to specify parameters which can be administered by business administrators in the UI.
These parameters are saved in the CONFIGURATION table in the data base. The data structure is divided in two parts: The fields with their corresponding values and a field named “schema”. That field contains all information which is needed in the UI to display those parameters. The default object can be found here. Currently, the UI supports the following types of parameters:
Types | What the UI shows |
---|---|
text | an input field where text can be typed in |
interval | two input fields for numbers, a lower and an upper boundary |
color | a color picker |
json | a text area where a string in json format can be typed in |
Those parameters can by administered in the UI by opening the side navigation and selecting “UI Settings”.
...