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

Version 1 Next »

With a Dashboard_FlowWidget a user is able to model a dashboard containing widgets that influence and react on other widgets. The container acts as a placeholder in which a flow can be started.

This container reacts on a portal message that you define inside the widget. The portal message is available from the message bus. As soon as the portal message is received, the connected flow is restarted. The widget can possibly react on more than one portal message, but not on more portal messages at the same time. The data from the portal message is placed in the profile before flowing.

When you use this container you have to specify the following elements in the first tab (flow):

  • The module that contains the flow
  • The (exposed) flow
  • The configuration module
  • The data mapping (optional, only needed when the flow is started without portal message)

In the second tab (portal messages) you have to specify which target attributes should be used for the selected portal message.

It is only possible to refresh the content of the widget based on a portal message. If the complete dashboard needs to react, you should use the AQ_Dashboard_PortalMessageListener.

  • No labels