Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/Event grouping for batched commandsForum ↗

Event grouping for batched commands

App Development2 posts213 views3 likesLast activity Mar 2023
MR
Mr_MannorothOP
Mar 2023

If I submit a batch of commands using the gRPC API:

  1. I believe all the commands are grouped together into 1 command with a single commandId, they are executed atomically in one transaction and if any one fails, the whole batch is failed - is this correct?

  2. The resulting events are contained in a single Transaction when emitted via the TransactionService - is this correct?

CO
cocreature
Mar 2023

Yes both of these are correct.

← Back to Discussions