You are viewing the documentation for Blueriq 15. 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 

PropertyDescription
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. 
Implementation modulesSelect which interation modules (and its included modules) will be included in the project export to be available in the runtime. 
Configuration modulesSelect which configuration modules (and its included modules) will be included in the project export to be available in the runtime. 
Process modulesSelect which process modules (and its included modules) will be included in the project export to be available in the runtime. 
Change to libraryThis converts the regular project to an internal library project. Note: converting an existing project to a library project will delete its project configuration such as the module configuration and language.
Default languageThe default language of the application in both Encore and the runtime. 
Language nameThe name of the language.
LanguageThe languages that are supported by language settings in the runtime.
DialectThe dialect or tone of voice such as formal or informal.

Export a project

To export a library 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 library 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