Skip to main content
Version: Next

End Transaction As Large

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.

The difference with the simple End Transaction brick rely on the large mode. The large mode sends the transaction over HTTP, which allows many operations to be sent. However the currently connected clients won't receive the notification of the changes brought by this transaction.

Inputs

  • Control Flow (Control Flow)

Outputs

  • Error Flow (Error Flow): Triggered if the transaction was rejected.
  • 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.
  • Control Flow (Control Flow)