Persist objects
Last updated
Was this helpful?
Last updated
Was this helpful?
The Persist objects action node saves objects in a runtime-only data source to the database.
This action node is used when either a new object has been created or an existing object has been updated in a runtime-only data source and that data should be stored in the database.
The persist state of an object in a runtime-only data source can be tracked using the Object State object property.
When an object is newly created, it will have the state New
. If an object is read in from the database and edited, it will have the state Updated
. When storing the objects the action node will check if the object is new or if it already exists in the database and will perform a create or update operation towards the database as necessary.
When the persist operation is complete, the runtime-only data source will still contain the object(s) persisted. Their state will change to Synchronized
.
Data Source
Select the data source containing the object(s) to persist.
Selection
Available if the selected Data Source is a many-cardinality data source. Define the objects to persist.
All objects
Selected object(s)
Object in context
Filtered selection
Filter
Available when Selection is Filtered selection. Define the to apply to the data source.