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

Flow properties

A flow has several properties, flow type, and if it's exposed or transactional. In the table below each of these properties are explained further. 

PropertyDescription
Flow typeOptions are functional, dcm-widget external and (regular) flow. This property is optional. The runtime will fall back to the regular flow if this property remains empty. 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.

  • No labels