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

BPMN documentation is neither exported (plain text or HTML) nor imported. #40

Open
michael-grothe opened this issue Aug 17, 2022 · 1 comment

Comments

@michael-grothe
Copy link

michael-grothe commented Aug 17, 2022

Using Modelio 5.0, but this issue is present since 3.x.

Current behavior:

BPMN documentation is neither a) exported (plain text or HTML) nor b) imported.

a)
Steps to reproduce export problem:

  1. Create a BPMN-Process with any elements, i.e. Task
  2. Edit the Task and provide documentation as plain text or as HTML (by using the checkbox)
  3. Export BPMN-Process as *.bpmn
  4. Check *.bpmn file in any text editor, you will find no documentation

Expected behavior:

BPMN defines documentation for any element, the diagram and process. It should be part of the exported bpmn file.

b)
Steps to reproduce import problem:

  1. Create a *.bpmn export from any other tool supporting documentation, i.e. Signavio, PICTURE or add this line after any element, i.e. a task
    <documentation id="id-38ba424eb9d3">Hello World!</documentation>
    or
    <ns5:documentation id="id-38ba424eb9d3" xmlns:ns5="http:https://www.omg.org/spec/BPMN/20100524/MODEL">Hello World!</ns5:documentation>
  2. Import the file
  3. Check documentation of the element, you will notice it is missing

Expected behavior:

BPMN defines documentation for any element, the diagram and process. It should be shown after import.

@etiennebrosse
Copy link

Thanks for this detailled issue.
We will take a look at it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants