In editor, How to generate workflow snippets in ORYX editor? Exampel: we have a workflow snippets. beginStart -> userTask->EndEvent
I generate a svg include above workflow. when we drag it to drawing board, i found three elements can't alone drag, only drag whole. why? what can i do?
When you define a stencil-item in SVG, the whole SVG is threated as a single element. The SVG does not contain any stencil-definitions/properties of the contained elements. So oryx cannot know that that element is a sub-stencil. You should probabily alter the orxy-code and add support of having composite stencil-items or adding multiple stencil-items when you drag the "snippet"..