-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Transactions
Use Case
As a Node driver user,
I want an API to inspect the state of a transaction to determine whether or not it is committed,
So that I have branching logic in my application that doesn't rely on tracking state in try-catch APIs.
User Experience
Users should be able to inspect the transaction object to determine if the transaction is committed.
Dependencies
none.
Risks/Unknowns
- Are there any other transaction states with adding?
- Should we consider a specification change to add this API?
Acceptance Criteria
Implementation Requirements
- tbd
Testing Requirements
- tbd
Documentation Requirements
- tbd
Follow Up Requirements
none
- related to
-
NODE-6789 Transaction aborted state is incorrectly included in committed states.
-
- Waiting for Reporter
-