Skip to content
Discussion options

You must be logged in to vote

It looks like I found the solution.
On the client side I defined the container model element as a StructureCompartmentView - as used in the workflow example:

configureModelElement(context, 'container', SCompartment, StructureCompartmentView);

After I changed this to a simple SCompartmentView the 'rect' HTML node is gone:

configureModelElement(context, 'container', SCompartment, SCompartmentView);

Everything seems now working as expected - I can move the container with its elements and the elements within the container.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by rsoika
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants