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

Multiple and parallel multiple events #1090

Closed
ElCondor1969 opened this issue Jun 18, 2019 · 2 comments
Closed

Multiple and parallel multiple events #1090

ElCondor1969 opened this issue Jun 18, 2019 · 2 comments
Labels
bpmn support Tracks missing BPMN support enhancement New feature or request pr welcome We rely on a community contribution to improve this.

Comments

@ElCondor1969
Copy link
Contributor

Please consider the first attached diagram diagram1.zip.
The start event has more than one definition of events:

<bpmn:startEvent id="StartEvent_179usx8">
<bpmn:messageEventDefinition />
<bpmn:signalEventDefinition />
</bpmn:startEvent>

In the diagram the start event is shown as if it were a simple message event, whereas it should appear with the symbol of a multiple event, which is as follows:

image

In addition, if the event's "parallelMultiple" attribute is set to true, then the symbol used should be that of a start parallel multiple event:

image

Similarly, the same applies to "intermediate event" and "end event":

image
image
image
image

Could the editor be modified to reflect the BPMN 2.0 standard?

@nikku nikku added bpmn support Tracks missing BPMN support enhancement New feature or request backlog Queued in backlog pr welcome We rely on a community contribution to improve this. labels Jun 18, 2019
@nikku
Copy link
Member

nikku commented Jun 18, 2019

Seems like this is a missing piece in our BPMN support.

We welcome contributions that implement this functionality.

@pinussilvestrus
Copy link
Contributor

Closed via 92bdcb8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bpmn support Tracks missing BPMN support enhancement New feature or request pr welcome We rely on a community contribution to improve this.
Development

No branches or pull requests

3 participants