Begin Transaction
Initiate a transaction.
Description
Initiate a transaction. All subsequent operations (object creations, properties and relations being set, etc.) are composed into a single transaction which is executed once the matching End Transaction
brick is executed.
This ensures atomicity of the operations, as well as improves performance as we send a single request to the Olympe Orchestrator.
Inputs
- Control Flow (Control Flow)
Outputs
- Control Flow (Control Flow)