Add missing support for DataInput and DataOutput elements #951
Labels
backlog
Queued in backlog
bpmn support
Tracks missing BPMN support
enhancement
New feature or request
miwg
Tracks BPMN compatibility issues
modeling
Is your feature request related to a problem? Please describe.
We do not properly support
bpmn:DataInput
andbpmn:DataOutput
elements. Adding support would mean that users may model input and output specifications in a BPMN 2.0 compliant way.Example diagram:
data-input-output.bpmn
Describe the solution you'd like
bpmn:DataInput
andbpmn:DataOutput
elementsioSpecification
holder) (961 data input output move #962)can be moved freely on the diagrambpmn:DataInputAssociation
andbpmn:DataOutputAssociation
to activitiesThe underlying structure (
bpmn:InputOutputSpecification
elements) must be maintained in the process. This is partly covered via #910 already.Describe alternatives you've considered
Keep our modeling support limited to data objects.
Additional context
As a pre-requisite to this issue we must properly wire data associations (#910).
Depends on #910
The text was updated successfully, but these errors were encountered: