Does a trigger issue a single transaction for all effects in its rule?
App Development2 posts434 views3 likesLast activity May 2020
GE
georgOP
May 2020Or does it issue separate transactions for each emitCommands I have in my rule?
CO
cocreature
May 2020Each call to emitCommands will produce one transaction so you have full control over how you want to split things into transactions.