Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing support for DataInput and DataOutput elements #951

Open
2 of 6 tasks
nikku opened this issue Mar 25, 2019 · 0 comments
Open
2 of 6 tasks

Add missing support for DataInput and DataOutput elements #951

nikku opened this issue Mar 25, 2019 · 0 comments
Labels
backlog Queued in backlog bpmn support Tracks missing BPMN support enhancement New feature or request miwg Tracks BPMN compatibility issues modeling

Comments

@nikku
Copy link
Member

nikku commented Mar 25, 2019

Is your feature request related to a problem? Please describe.

We do not properly support bpmn:DataInput and bpmn:DataOutput elements. Adding support would mean that users may model input and output specifications in a BPMN 2.0 compliant way.

image

Example diagram: data-input-output.bpmn

Describe the solution you'd like

bpmn:DataInput and bpmn:DataOutput elements

The 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

@nikku nikku added miwg Tracks BPMN compatibility issues modeling enhancement New feature or request bpmn support Tracks missing BPMN support labels Mar 25, 2019
@nikku nikku changed the title Support DataInput and DataOutput elements Support modeling of DataInput and DataOutput elements Mar 25, 2019
nikku added a commit that referenced this issue Mar 25, 2019
philippfromme pushed a commit that referenced this issue Mar 26, 2019
nikku added a commit that referenced this issue Mar 29, 2019
Allow moving DataInput / DataOutput as
long as they do not leave their original
container.

Related to #951
@nikku nikku added the backlog Queued in backlog label Mar 29, 2019
merge-me bot pushed a commit that referenced this issue Mar 29, 2019
Allow moving DataInput / DataOutput as
long as they do not leave their original
container.

Related to #951
@nikku nikku changed the title Support modeling of DataInput and DataOutput elements Add missing support for DataInput and DataOutput elements Jun 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Queued in backlog bpmn support Tracks missing BPMN support enhancement New feature or request miwg Tracks BPMN compatibility issues modeling
Development

No branches or pull requests

1 participant