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

Tags

Interaction

Type of accelerator

Example project to demonstrate Blueriq functionality and accelerate your learning journey. 

How to get
CompatibilityBlueriq 17.7 and higher

Description

This example project aims to demonstrate the external flow container. How do you set up your project structure, what goes in to the contract and which mappings do you create? This small example helps you find out the basics.

You don’t need a Redis deployment setup to test this.

Minimal configuration

 There are two projects ion this example: LoanApplicationDashboard containing the startflow, calling an external flow in project ClientSelection. For the example to work, a connection should be configured called ClientSelection, pointing to the project containing the external flow. For example:

blueriq.connection.ClientSelection.external-flow.shortcut-name=ExampleClientSelection

blueriq.shortcut.ExampleClientSelection.flow=ClientSelection
blueriq.shortcut.ExampleClientSelection.languageCode=en-GB
blueriq.shortcut.ExampleClientSelection.project=studio-ExternalFlow-ClientSelection
blueriq.shortcut.ExampleClientSelection.theme=material
blueriq.shortcut.ExampleClientSelection.ui=angular
blueriq.shortcut.ExampleClientSelection.version=0.0-Trunk

For more extensive documentation, please check the documentation links below.

Documentation

To have the full benefits of the decoupled way of modelling and deployment please read how to set this up:

Decoupling Pattern 8: External Flow Container

Container type: AQ_ExternalFlow

Module type: Contract module

Flow type: external

External Flow

Version History

ChangesCompatibility minimal Blueriq versionPackage
  • updated libraries
  • Matched content styles with material design
17.7ExternalFlow-Trunk.workspace.json
  • initial version
12.3ExternalFlow.package.zip
  • No labels