Nintex Workflow is now part of the Nintex CE Platform. This help content is being updated to reflect the Nintex CE Platform user interface. Switch to Nintex CE Platform to see the new experience. You may notice some differences between the product and the documentation while we complete these updates.
Apps
Apps and their routes are represented by an app object, which is represented by one JSON file.
|
Field Name
|
Type
|
Description
|
|
name
|
String
|
The name of the app
|
|
baseUrl
|
String
|
The base URL of the app, which is appended to the
Nintex Apps
site's subdomain
|
|
defaultRoute
|
String
|
The default route of the app, typically a single backslash
/
|
|
routes
|
[
route Object
]
|
An array of
route JSON objects
representing each route within the app
|
route Object
|
Field Name
|
Type
|
Description
|
|
route
|
String
|
The URL substring appended to the app's default route, which determines where the page will be located
|
|
page
|
String
|
The name of the
Nintex Apps
page located at the route
|