Starting LN UI with an Enterprise Modeler process
The URL through which LN UI is started is extended with specific parameters to start the Enterprise Modeler Process Viewer for a specific Enterprise Modeler process model.
The user that opens this URL must be an Enterprise Modeler user and must be authorized to access this specific Enterprise Modeler process.
The URL must always start with
https://<server>:<port>/webui/servlet/fslogin
.
Replace
<server>
and
<port>
as appropriate.
This table shows the attributes that you can use as parameters to start a specific Enterprise Modeler process:
Name | Description |
---|---|
startupArgument | The name of the LN environment for which LN UI must be launched. If this attribute is not passed, the default environment for this user is used. |
profileName | The name of the user profile. If this attribute is missing, the default user profile for the selected environment is used. |
demPath | The path of IDs of the process model that must be displayed in the Process Viewer. This is a mandatory attribute for starting a Process Viewer. These IDs may only contain alphanumeric characters and underscores. IDs are separated with a semicolon. The path starts with the role ID and is followed by the process ID. If a sub process must be started, it is also followed by the sub process ID. |
This example shows a complete URL to start a Process Viewer:
https://server1.initrode.com:8443/webui/servlet/fslogin?startupArgument=lnprod&demPath=EUPU10;DCO007
In this example, the user must have the "EUPU10" Enterprise Modeler role and must be authorized for the "DCO007" Enterprise Modeler process.