Skip to content

[bug] Missing outgoing and incoming nodes for BPMN diagrams #56

@Charizhardt

Description

@Charizhardt

Hi,

firstly, thanks for the new BPMN export #46.
This helps a lot when creating BPMN diagrams programmatically.

When working with the BPMN files I noticed that the elements startEvent, endEvent, intermediateCatchEvent, task, subProcess, serviceTask, exclusiveGateway, inclusiveGateway and parallelGateway are missing the outgoing and incoming nodes.

Programs like Camunda do this when creating diagrams:

<bpmn:startEvent id="Event_11njzyn">
    <bpmn:outgoing>Flow_0xkujsq</bpmn:outgoing>
</bpmn:startEvent>

This is needed when analyzing BPMN files.

Could this be a feature in the future?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions