Transaction Boundary
Ends the current transaction and starts a new one for subsequent blocks. Can split undo into multiple steps. Only valid in the main top-level statement chain; not allowed inside loop/if inline bodies. Most relevant with execution.transactionMode=MANUAL_GROUPED; in SAFE_AUTO_COMMIT it is redundant.
Inputs
This block has no named inputs.
Notes
No additional notes are available yet.