Skip to main content
Version: Next

End Transaction

Ends and executes a transaction.

Description

Marks the end of a series of transaction operations. The transaction is then executed.

See Begin Transaction.

Objects created within that transaction are output in the created objects property. If no object is created, the list is empty.

Inputs

  • Control Flow (Control Flow)

Outputs

  • Error Flow (Error Flow): Triggered if the transaction was rejected.
  • Control Flow (Control Flow)
  • created objects (List): Ordered list of objects created during the current transaction. The order is defined by the order of creation, typically according to the sequence of "Create Local Object" bricks used in that transaction. Contains an empty list if no object is created. Contains null if an error flow is triggered.