BpmnDataStore
A DataStore provides a mechanism for Activities to retrieve or update stored information that will persist beyond the scope of the Process. Ownership : A datastore belongs to a FlowElement container (Process) or a SubProcess
: BpmnDataStore (architecture_autodiagram)
Figure 59 : BpmnDataStore (architecture_autodiagram)
BpmnDataStoreBpmnItemAwareElement
Attribute
Description
integer Capacity [1..1]
Defines the capacity of the Data Store. This is not needed if the isUnlimited attribute is set to true.
boolean IsUnlimited [1..1]
If isUnlimited is set to true, then the capacity of a Data Store is set as unlimited and will override any value of the capacity attribute.