X4 Produktdokumentation

Data Object Persistence Adapter

With the Data Object Persistence Adapter, you can create and read data objects, and update individual elements of data objects in a Technical Process (.wrf) within a Business Process (.bpm). You can also define the retentionTime after which expired data objects are deleted.

Notes:

  • You can only use the Data Object Persistence Adapter once you have set up the Data Object function for your X4 BPMS. For more information, see Data Objects .

  • To work with data objects in your Business Process, you must first create a domain model file and define the structure of the data object. For more information, see Managing Domain Models and Defining Data Objects .

Properties

Operation

Describes which operation the adapter performs.

For more information on the parameters, status values, inputs, and outputs of each operation, see the corresponding subpages.

Possible values:

  • Create: Creates a new data object in the database.

  • Read: Reads the data object of a domain model.

  • Update: Updates individual elements of data objects.

  • Delete : Changes the retentionTime of individual data objects.