Skip to content

Commit

Permalink
Update bpmn-coverage.md (#4155)
Browse files Browse the repository at this point in the history
* Update bpmn-coverage.md

We support Data Object and Data Store in Modeler + for execution. This needs to be reflected in bpmn-coverage

* add admonition

* backport

* revert backport

---------

Co-authored-by: Christina Ausley <[email protected]>
Co-authored-by: christinaausley <[email protected]>
  • Loading branch information
3 people authored Dec 9, 2024
1 parent 256f7bb commit a700c36
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/components/modeler/bpmn/bpmn-coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,19 @@ import CompensationSvg from './assets/bpmn-symbols/compensation.svg'

## Data

:::note
`DataObject` and `DataStore`, like other BPMN standard IO mappings, are supported by Camunda for modeling purposes only.
:::

import DataObjectSvg from './assets/bpmn-symbols/data-object.svg'
import DataStoreSvg from './assets/bpmn-symbols/data-store.svg'

<div className="bpmn-symbol-container">
<a href="#">
<DataObjectSvg />
<DataObjectSvg className="implemented" />
</a>
<a href="#">
<DataStoreSvg />
<DataStoreSvg className="implemented" />
</a>
</div>

Expand Down

0 comments on commit a700c36

Please sign in to comment.