ACR Rules

  1. Home
  2. Docs
  3. ACR Rules
  4. Performance (29)
  5. Page button synchronous microflows should only have fast actions

Page button synchronous microflows should only have fast actions

Released in version 1.6 (03 March 2020)

Pages should be responsive and microflows triggered on UI events should respond fast. For buttons this by default applies to synchronous buttons as asynchronous buttons might be used for heavy jobs like reports, downloads and such.

In the worst-case scenario, a long-running synchronous microflow can actually time out leaving the user hanging. For more details about this please read this blog post from Mendix: https://www.mendix.com/blog/take-a-time-out-to-learn-about-asynchronous-calling/

Since microflow action buttons are also use to replace the platform save/cancel changes buttons, only the basic heavy actions are considered and not the CRUD or retrieves that might be used for validations.

See heavy actions for a detailed explanation on how to configure.