-
Notifications
You must be signed in to change notification settings - Fork 38
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
Data Inputs and Data Outputs are not being rendered #17
Comments
Could you share a screenshot of your modeled diagram as well as the resulting BPMN file? That helps us to look into the issue. |
` <bpmn2:definitions xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1" exporter="org.eclipse.bpmn2.modeler.core" exporterVersion="1.5.1.Final-v20190425-2005-B1"> |
So the issue is that the Data Object is part of an IO specification. Rendering IO Specification is, unfortunately, not supported by the tool yet. Upstream issue: bpmn-io/bpmn-js#951. |
Hi @nikku , Greetings |
I trie to create png from a bpmn file (created with eclipse bpmn modeler). The bpmn can be modeled with a single activity and a data object as input.
After creating a png with bpmn-to-image myBPMN:myBPMN.png the png does not show the data object.
When modeling a data object reference this reference shows in the final png, but not the data object itself.
Regards
Simon
Depends on bpmn-io/bpmn-js#951
The text was updated successfully, but these errors were encountered: