Can I run a microflow while a page loads?

0
Is there any way to run a microflow while a page loads.
asked
3 answers
1

You can try to use the "Microflow Timer" widget.
https://docs.mendix.com/appstore/widgets/microflow-timer

answered
0

You can use a taskqueue to run a microflow asynchronously

answered
0

If you want to run a microflow on page load, I would go for a Data View with a microflow as a data source. Every time the page is loaded or the context object is refreshed, this microflow will be triggered.

answered