GfSE / BPMN-SpecIF-Bridge

A bridge transforming BPMN-XML Data to SpecIF and eventually vice-versa.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Containment of dataObject and dataStore

odungern opened this issue · comments

'dataObject' and 'dataStore' are logically contained in the process instead of their lane (if it exists).

This is a limitation of BPMN-XML or the generating tool: The lane specifies all contained flowNodes, but not the contained dataObjects resp. dataStores.
So, in order to correct this, we would need to make a graphical analysis based on the coordinates given in the BPMN diagram section (bpmndi:...).

Taking a closer look, the attribution of dataObjects and dataStores makes sense; they do not belong to the roles. So the issue is closed.