How to extend modeler with custom features #814
Replies: 1 comment
-
Hi @mahdiSaeediN The one idea is to use the Extension mechansim. This allows you to extend your model objects with additional properties as covered by the BPMN 2.0 standard. The other way is to extend the UI itself via the GLSP technology. This means you can add UI extensions which are reacting on modelling events like selecting an element or moving an element or creating a new connection. You also can add new visual elements like we did this with the Property panel. Let me know if this answers your question. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm looking for a way to provide BPMN model designer in Eclipse with additional functionality based on the existing model elements on canvas, so that when the user selects an element, I can access the node object clicked on, and be able to get the list of connected nodes to the label and so on. As an extension to this, I want to also customize context menu when right-clicking on elements, so more options appear on the list and assign functionality to those options. Are these possible with the imixs plug-in? and how is this different than the extension possibility of the BPMN2 modeler plug-in iteself?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions