cancel
Showing results for 
Search instead for 
Did you mean: 

How to generate workflow snippets in ORYX editor?

hiscaler
Champ in-the-making
Champ in-the-making
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?
1 REPLY 1

frederikherema1
Star Contributor
Star Contributor
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"..