
UML/BPMN Metamodel
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

Figure 59 : BpmnDataStore (architecture_autodiagram)
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. |