Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
iconfalse
titleWhat is it for?

The AQ_FlowOnRefresh container type is used to trigger a Flow element when a refresh occurs, for example when a user inputs data into a refresh-enabled field


The AQ_FlowOnRefresh container makes it possible to trigger a flow after refresh within the same page. In this flow you can execute all kind of service types, subflows and repeat flows (pages are not supported).

Parameters

You can define one flow per container, this flow will be started on every refresh attribute that is included in this container.

NameDescriptionType
FlowSelect flow to start on refresh.Flow
ValidationWhen nothing is selected, validation is done before flowingBefore flowing / After flowing

Validation

With this parameter value it is possible to specify the timing of the page validation. Default behavior (when the parameter is not set) is to validate before flowing.

Runtime

When using the FlowOnRefresh in runtime, keep in mind that the started flows will be queued and started one another. In case of executing web-services this can result in long waiting times.

...