Shape attribute isHorizontal is not set by modeler
See original GitHub issue- Create a new model with a pool
- Try to import this into Signavio
- This will break the layout because the modeler does not set the (optional?) attribute isHorizontal
Although the attribute might be optional, users who use a combination of Signavio and Camunda and try to do a roundtrip are affected by this issue if the model was created with Camunda modeler in the first place - import to Signavio is close to impossible in this case.
If the model is created with Signavio first, the attribute is set and the roundtrip works.
Tasks
-
isHorizontal
is set totrue
forbpmn:Participant
andbpmn:Lane
Additional Context
This is an actual problem at one of our customers
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Eclipse BPMN2 Modeler User Guide (Version 1.0.1) - Eclipse Help
The Tool Palette tab displays the resulting Tool Palette, based on changes made on the Enabled Model Elements and Attributes tab. Tools and...
Read more >Node Shapes | Graphviz
If shape="polygon" , the attributes sides , skew and distortion are also used. If unset, they default to 4, 0.0 and 0.0, respectively....
Read more >GraphvizAttributes: Graph Attributes for Rgraphviz in ... - Rdrr.io
If 'compress' and the 'size' attribute is set and the graph can not be drawn on a single page, then the drawing is...
Read more >Link | GoJS API
myDiagram.model. ... Just add a Shape with the appearance properties that you want, ... Constructs an empty link that does not connect any...
Read more >Graph Attributes
Name Used By Type Minimum Notes
Damping G double 0.0 neato only
URL ENGC escString string svg, postscript, map only
arrowhead E arrowType
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for sharing that additional information. We got https://github.com/camunda/camunda-modeler/issues/982 to automatically align elements @ 0,0 upon export.
Will be addressed via https://github.com/bpmn-io/bpmn-js/issues/934.