Versions Compared

Key

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

...

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

 

Figure 5: System Admin Settings




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: 

C:\

[Joget_Root_Folder]\wflow\app_formuploads

, to n

New path: 

D:\

[Joget_Root_Folder]\wflow\myFiles

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.

API IP Whitelist (Separated by ';')IP address whitelist to allow API calls to Joget Workflow. Separated by semicolon.
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:

...