Skip to main content
August 2, 2024
Solved

Does Appian Record support optimistic locking?

  • August 2, 2024
  • 6 replies
  • 0 views

With CDT, we can use @Version annotation for optimistic locking. Optimistic locking is a concurrency control mechanism in which it ensures that concurrent transactions will not conflict with each other. If there is a chance of conflict during transactions, the transaction having an older version number will be aborted.

Can we achieve a similar thing using Records?

6 replies

stefanhelzle0001
August 2, 2024

I don't think so.

August 2, 2024
yogip3177Author
August 2, 2024

OK. Thank you [mention:9c809f863d124acb89aafb0ee9a5b854:e9ed411860ed4f2ba0265705b8793d05]