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

This container allows you to react to portal messages. It is an invisible container that restarts the flow in which the page is located, when the container is triggered by a portal message. The container has no parameters. The containments consists of one or more portal messages, each with a 'mapping' between message fields and the corresponding attribute.

It is typically used on a dashboard page that contains widgets (e.g., a Container type: AQ_Dashboard_ProjectWidget or a Container type: AQ_Dashboard_FlowWidget). One of the widgets throws a PortalMessage, to which the flow should respond in which the dashboard page is found. A typical use case is to flow to another dashboard page, for example one that shows a widget in which a task is executed.

This container is not needed when only the widgets on the dashboard page need to refresh. The Container type: AQ_Dashboard_ProjectWidget and Container type: AQ_Dashboard_FlowWidget have parameters to respond to portal messages.

Restarting the flow also clears the profile. Any information that is needed by the flow should be included in the portal message.