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

[FEAT] Provide more information for link event in BPMN Semantic data #2855

Closed
tbouffard opened this issue Sep 15, 2023 · 0 comments · Fixed by #2911
Closed

[FEAT] Provide more information for link event in BPMN Semantic data #2855

tbouffard opened this issue Sep 15, 2023 · 0 comments · Fixed by #2911
Assignees
Labels
BPMN diagram usability Something about the way we can interact with BPMN diagrams enhancement New feature or request
Milestone

Comments

@tbouffard
Copy link
Member

tbouffard commented Sep 15, 2023

Is your feature request related to a problem? Please describe.
Add link between the source/throw and target/catch links to continue the work started in #929.
This will help for process-analytics/bpmn-visualization-addons#20

Additional context
In [email protected], we probably don't store the information in the internal model, so implementing this feature may require to store more LinkEventDefinition attributes in the internal model (sources and target attributes).

IMPORTANT: this feature must be usable with Bonita, so we must ensure that the diagrams generated by Bonita provides the "link" information (source and target), otherwise, this issue is not a priority for 2023 Q3

✔️ The source property is set in the intermediateCatchEvent of diagrams exported by Bonita 2022.1.

Example: bonita_2022.1_link_events.bpmn.txt

    <model:intermediateCatchEvent id="_ukcP0F3kEe6_5KY6Wpc1-Q" name="Target Link 1">
      <model:linkEventDefinition id="_t2boY13mEe6_5KY6Wpc1-Q">
        <model:source>_t2boZV3mEe6_5KY6Wpc1-Q</model:source>
      </model:linkEventDefinition>
    </model:intermediateCatchEvent>
    <model:intermediateThrowEvent id="_xj6RoF3kEe6_5KY6Wpc1-Q" name="Link">
      <model:linkEventDefinition id="_t2boZV3mEe6_5KY6Wpc1-Q" name="target-link-1"/>
    </model:intermediateThrowEvent>

BPMN specification

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BPMN diagram usability Something about the way we can interact with BPMN diagrams enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants