How to generate workflow snippets in ORYX editor?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2013 12:16 AM
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?
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?
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2013 02:57 AM
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"..
