Configuration via init.json

After the installation of the FireStart Server, you can configure the Process Portal. The default path where the README.txt and the init.json can be found in C:\Program Files\PROLOGICS\PROLOGICS Process Portal. The README.txt contains the same information as described below. For the configuration, via init.json you have the following options.

<servername> The name of the PROLOGICS Firestart Server where the FireStart Process Portal gets its data if left empty, FireStart Process Portal assumes that the PROLOGICS Firestart Server runs on the same machine as the portal is hosted.
<serverport> The port of the PROLOGICS Firestart Server where the FireStart Process Portal gets its data if left empty, FireStart Process Portal assumes that the PROLOGICS Firestart Server runs on port 443.
<title> The document title visible in the browser tab.
<defaultview> You can override the defaultview for each module (Process, Execution, Overview, Role, Document, Domain, Risk, BusinessEntity, ITSystem). Possible values are: v_flowchart, v_bpmn, v_table, v_organigram, v_matrix (if left empty or invalid for this specific module the setting falls back to v_flowchart).
<startmodule> The navigation panel will start with this specified module. Possible values are: Process, Execution, Overview, Role, Document, Domain, Risk, BusinessEntity, ITSystem (if left empty or invalid the navigation panel will start with the Process Designer Module).
<startmodel>
  • <modelid>: ID of the model that should be displayed after start.

  • <type>: Type of the model that should be displayed after start. Possible values are: ProcessTemplateOperation, OverviewOperation, RoleOperation, DocumentOperation, DomainOperation, RiskOperation, BusinessEntityOperation, ITSystemOperation.

  • <subelementid>: ID of the sub-process from the model that should be displayed after start (optional).

  • <view>: View that should be displayed after start (optional). Possible values are: v_flowchart, v_bpmn, v_table, v_organigram, v_matrix.

<defaultusersettings>
  • <guilanguage>: If the user has no cookie for the GUI-language this value is set instead of the browser default. Currently possible values are: en, de, zh, fr, es.
<forcedsettings>
  • <guilanguage>: Cookie for the GUI-language and the browser default are overridden by this setting. Currently possible values are: en, de, zh, fr, es.

<zoom> The initial zoom factor for the model in % (value must be between 50 and 200).
<gui>
  • <hideheader>: Set to 1 hides the header area (including logo, userinformation and settingsbutton).

  • <hidenavigation>: Set to 1 hides the navigation area completly (including designerbuttons and list of scopes/models).

  • <hidefilter>: Set to 1 hides the navigation filter button.

  • <hideviews>: Set to 1 hides the buttons to select a view.

  • <hideproperties>: Set to 1 selecting an element does not show its property panel.

  • <hidemodules>: Set to 1 hides the modulebuttons.