Versions Compared

Key

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

Table of Contents

System Information

English
In System Information, you can view the Joget version, build number, and your Joget licensing information.

License

Click on the License hyperlink to open a popup to view your system key, which you then submit in the Request For Enterprise/Professional License form to obtain the Joget license key (only for customers who have purchased Joget software).

...

NameDescription
Master Login credential for API call. Please see  JSON API Authentication.

Master Login credential for API call. Please see JSON API Authentication.

Uploaded File Storage Base Path

System path to store uploaded users' files.

Note
iconfalse

This setting only applies to:

  • File Uploads
  • Plugins

and does not apply to:

Warning

If you change the default path, you have to manually copy all the previously uploaded files from the existing path into the new path, for example:

Old path:  [Joget_Root_Folder]\wflow\app_formuploads

New path: [Joget_Root_Folder]\wflow\myFiles

In your new path, the new folder name for plugins is "plugins". The new folder name for "app_formuploads" remains unchanged.

Note
This option is not available on Joget Cloud.
Workflow Designer Base URL

Workflow Designer Base URL. Defaulted to current Joget server path. 

Note
This option is not available on Joget Cloud.
Delete process instance data when process instance has been completed. 

SLA indicator level. Please see Defining SLA Indicators.

Default: 20

SLA indicator level. Please see Defining SLA Indicators.

Default: 50

.

Default: No Limit.

Info

The limit is applied in terms of individual file.

For example, if the value set here is 1 (1MB) then one may upload multiple files in a single form with total exceeding 1MB but individually, each file must not exceed 1MB.

Check this option to disable the Performance Analyzer.
Minimum duration threshold before showing the Performance Analyzer information.
API Domain Whitelist (Separated by ';')

Domain whitelist to allow API calls to Joget Workflow. Separated by semicolon.

Info
titleExample

"localhost;www.joget.org;dev.joget.org”, or "*" to allow from everywhere.

Warning

In a production environment, do not use "*".

Doing so will allow anyone to call all JSON APIs from the Joget server.

API IP Whitelist (Separated by ';')

IP address whitelist to allow API calls to Joget. Separated by semicolon.

Info
titleExample

"localhost;www.joget.org;dev.joget.org”, or "*" to allow from everywhere.

Warning

In a production environment, do not use "*".

Doing so will allow anyone to call all JSON APIs from the Joget server.

Glowroot API URLThe URL path to the Glowroot library that the Application Performance Management uses.
Run process primary key

Direct Joget to use UUID (default) or sequentual process id naming for run process for database table "id" or primary key:

  • UUID (Also known as RecordID, example: "d41efaa1-622e-4365-8edb-10097a3a3526")
  • Process instance ID (Example: "2_expenseclaim_process1")

Related documentation:

...