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

Flow properties

A flow has several properties, such as (functional) name, flow type, description and if it's exposed or transactional. In the table below each of these properties are explained further. 

PropertyDescription
NameIdentifies the object. Maximum 50 characters (only letters, numbers and underscores (_)) are allowed.
Functional NameOptional, can be used in documentation
Flow typeOptions are functional, external and (regular) flow. See also Flow types

Exposed (flow)

Tick this box if the flow should be accessible from outside the application. Once you have ticked this box it is possible to define which roles and channels you will need to start this flow. 
Transactional (flow)

Tick this box if all changes to the profile made in the flow need to be either committed or discarded all at once, depending on which exit type is taken (OK or Fail).

Please note that the system and system.user instance are not rolled back to its previous state. This means that values such as system.event might have been altered inside the transactional flow even if it failed.

DescriptionOptional