You are viewing the documentation for Blueriq 16. Documentation for other versions is available in our documentation directory.

The regular project type contains globals and modules which contains module elements such as attributes, decision tables and flows. Unlike library projects, a regular project can be executed by the runtime. A project may include library projects and a regular project can be converted to a library project.

Create a project

To create a project:

  1. Select the branch in which you want to create the project.
  2. Open the project menu from the navigation panel.
  3. Select "+ New project" in the expansion panel named "Projects"
  4. Choose a name and click "Create"

After a project has been created, some properties have to be set:

PropertyDescriptionRequired
Entry-point moduleOnly exposed flows and web services that are defined in this module or its included modules will be exposed by the runtime. This module is automatically opened in Blueriq Encore after selecting a project. Yes
Implementation modulesSelect which interation modules (and its included modules) will be included in the project export to be available in the runtime. No
Configuration modulesSelect which configuration modules (and its included modules) will be included in the project export to be available in the runtime. No
Process modulesSelect which process modules (and its included modules) will be included in the project export to be available in the runtime. No
Default languageThe default language of the application in both Encore and the runtime. Yes
Language nameThe name of the language.Yes
LanguageThe languages that are supported by language settings in the runtime.Yes
DialectThe dialect or tone of voice such as formal or informal.No

Change a project to an internal library

To convert a regular project to an internal library:

  1. Open the project that you want to convert to an internal library. The name of this project will be shown in the title bar.
  2. Select "Change to library" in the properties tab of the properties panel.

Note: converting an existing project to a library project will delete its project configuration such as the module configuration and language.

Export a project

To export a project, the project needs to be valid. Read more about project validation here. 

If a project is valid, it can be exported using one of these options:

  • Open the context menu () of a project in the navigation panel and choose "Export".
  • Or once the project has already been selected choose "Export project"

Note that a library project export differs from an export of a regular project. 

  • A library export is used to be distributed to other repositories and cannot be interpreted by the runtime
  • An export of a regular project cannot be distributed to another repository (use a package for this) and can be interpreted by the runtime. 
  • No labels