Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

...

After a project has been created, some properties have to be 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. 
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.
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 export a library project either:

...

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 by opening the context menu (Image Modified) of a project in the navigation panel and choose "Export".

...

Info

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.