ACR Rules

  1. Home
  2. Docs
  3. ACR Rules
  4. Performance (29)
  5. Event handler before event should have fast actions

Event handler before event should have fast actions

Event handlers run often, for example on commit of an object. These event handler microflows should not have heavy actions.

The default does consider not retrieves, but does consider CRUD actions as heavy, because before commit you should not do these heavy actions.

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