Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 AQ_Dashboard_ProjectWidget or a 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 AQ_Dashboard_ProjectWidget and AQ_Dashboard_FlowWidget have parameters to respond to portal messages.

Info

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