Hi,
we try creating diagram nodes that consist of multiple paths, similar to the predefined BPMN Task shapes.
Nodes can be customized with the shape parameter. However, type 'Path' cannot take multiple paths with different styles, and HTML and Native elements with SVG content cannot be exported.
Is it possible to customize the ui of diagram nodes with the DiagramElement class and its derived classes like PathElement?
We tried setting the wrapper parameter of NodeModel to a Canvas with DiagramElements as children. But the diagram only renders a basic rectangle.
Could you provide an example of how to customize a node ui?
Thanks!