Persist Object
Persist an object on the server.
Description
Store a local object into the database. Until it is persisted, and object only exists in RAM, and is therefore destroyed when the app quits or is reloaded.
Inputs
- Control Flow (Control Flow)
- object (Object): The object to persist.
Outputs
- Control Flow (Control Flow)
- object (Object): The persisted object.
- Error Flow (Error Flow): Triggered if the transaction was rejected.