Replies: 3 comments
-
I can see how that could be useful, but I imagine exposing a mechanism for completing only a subset of transactions could get tricky. In the interim it should already be possible to fetch multiple |
Beta Was this translation helpful? Give feedback.
-
@stevensJourney Call Yes, it shouldn't allow completing an arbitrary subset of transactions, only the first X transactions should be allowed to be completed. |
Beta Was this translation helpful? Give feedback.
-
Ah, you are correct. I overlooked that behaviour. I'll see that this request is added to our internal tracker. |
Beta Was this translation helpful? Give feedback.
-
The current
getCrudBatch
does not care about transactions, this can break transactions in some edge casts.I expect a
getNextCrudTransactionsBatch
method, which can return more than one transaction at a time.What I expect I can do:
Beta Was this translation helpful? Give feedback.
All reactions