Versions Compared

Key

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

...

NameDescription
Default UI

Defines which App's UI to be shown as the default landing page when end users access the Joget platform (e.g.: mydomain.com/jw ).

Typically, this is used to point to your own app's UI with your corporate branding.

Landing Page

Change the default landing page from the default Joget App Center.

Note
iconfalse

Settings--> General Settings--> Landing Page

Note
iconfalse

After a session timeout, users will be redirected to the landing page. (Related: Timeout management)

System Time Zone

By default, Joget will use server's timezone.

You may override it with your preferred timezone option.

By default, Joget will use server's locale.

You may override it with your preferred locale option. (Related: Platform Translation, General Settings - Server Locale and Time Zone)

By default, Joget will use " dd-MM-yyyy hh:mm aa" as the date format.

You may override it with your preferred date format.

When checked, Joget will use the date format of the System Locale set above, overriding the set above.
Use Locale for First Day of Week

When checked, Joget will read the 

Note
iconfalse

For this setting to work reliably, when selecting the System Locale or User Locale, select a locale with region/country.

Example:

  • for Germany, first day of week is Monday.

de         - (Incorrect. Because this is only the locale, but does not specify region.)

de_DE   - (Correct)

Enables locale selection to users through User Profile. 

Selection of locales available to users. ("Enable User Locale Selection" must be active first.)

Check this option to enable RTL display mode. 

Display Name FormatChanges the display format of the users. (Changes can be seen in the top right of UI, when user hash variable is used to display full name, and when you configure user permission)

Custom CSS file to replace the default look and feel of the web console. (Default CSS file resides at /jw/css/v3.css)

Inline custom CSS to be appended into the web console in addition to the default/CSS URL. 

Determines if user defined HTML input value should be rendered in List listing. Check this option to disable this ability.

...

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.
Process Completion Data Handling
  • Retain Process On Completion
  • Delete Process On Completion
  • Archive Process On Completion

The purpose of the "Archive Process On Completion" feature is for faster performance when Joget works with the SHK process tables for active processes, by keeping the main SHK tables "small". Process archiving on completed processes "moves" the process records to the following DB tables: wf_history_activity, wf_history_process, wf_process_link_history. The archived processes are still  accessible in the "Admin Bar > Monitor screen" or via database queries on the above process history tables.

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:

Environment Name

Environment Name

...