ACR Rules

  1. Home
  2. Docs
  3. ACR Rules
  4. Performance (29)
  5. Commit entities in the same order in different microflows to prevent deadlock

Commit entities in the same order in different microflows to prevent deadlock

Introduced in version 1.11 (29 June 2020)

This rule checks the entire project whether all entity database updates happen in the same order. Since the goal is deadlock detection, the create action is excluded.

This rule cannot know if the same row is committed, only if the same entities are committed in different order, so it is an indication of a potential deadlock.