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 »

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 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.

The flow on refresh doesn't support rollback method within the executed flow on refresh.

  • No labels