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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

The development-tools component must be installed before you can use this dashboard. Once the plugin is installed navigate to http://HOSTNAME:PORTNUMBER/runtime/server/dev-dashboard/. The following dashboard should appear:

Start a project via the development dashboard

To start a project

  • Select the project in the branch that you are working in
  • Select the flow
  • Select the language
  • Select the theme (default is forms)
  • Optionally select a test path
  • Press start
  • A new tab or window should appear with the selected project

Exposed Blueriq webservices

You can view the WSDL file and endpoint of a Blueriq Webservice with this widget

  • Select your repository
  • Select the branch
  • Select the project
  • Select the service
  • Press Copy service URL to copy it directly to your clipboard

Widgets state

Widgets can be turned on and of in the widgets state menu. 

 

Widgets that can be added to the development dashboard are:

  • Flow starter (default on)
  • Project shortcuts
  • Blueriq sessions
  • Exposed Blueriq webservices
  • Runtime components
  • Recently started

Change settings

There are many configuration settings available for the runtime. Some settings can also be edited via the settings menu in the development dashboard, found in the bottom left corner of the dashboard. In the dashboard settings the business engineer can find the specific configuration items that are needed during applications development, which are the shortcuts and the users settings. More technical configuration items are only accessible in the property files. All the settings you make are stored in the

spring.config.additional-location
 directory in the specific property files. A detailed description of the settings menu can be found here: Settings

Reload configuration 

When the configuration of Blueriq has been changed, you will need to reload the configuration. The execution of this task has an impact for all projects and users on this server and can result in a temporary lack of server performance.


H2 Console

For development purpose you can use the H2 Console to query the database. This only works when you are using a H2 database in development. Other database connection cannot be used in the H2 Console.

The H2 Console can be opened through the link in the menu of the development dashboard. The H2 Console is disabled by default (since Blueriq 11.5), as some of its features form a security risk. 


  • No labels