Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The TASKANA UI allows configuration and customization through json-files:

  • environment-information.json
    Contains the information about the environment.

  • taskana-customization.json
    Contains the information about the customization of the Admin UI.

...

During startup the TASKANA UI loads the environment information from the URL

http://{taskana-root}/environments/data-sources/environment-information.json

where {taskana-root} points to the deployment location of TASKANA.

...

The REST API is found underneath ‘/api’ which is the default and cannot be changed. Please make sure you use the correct root for the REST API.

Customization

Like the environment information, the customization information is loaded from the following URL:

http://{taskana-root}/environments/data-sources/taskana-customization.json