Data store

Represents a location where data is stored and accessed during process execution. It’s used to model persistent data that can be read or written by multiple process instances or tasks.

Attributes

Attribute Description
Name The name of the data store.
Description A description of the data store.
Item definition The data type of the data store.