Define a customized BPMN modeler palette [message #1654957] |
Fri, 06 March 2015 22:59 |
Eclipse User |
|
|
|
I would like to define my own BPMN modeler palette using the available BPMN modeler extension points.
Based on the documentation I have added this as extensions to my plugin:
<extension
point="org.eclipse.bpmn2.modeler.runtime">
<toolPalette
id="ugent.mis.bpmnsuggestions.exp.ExperimentPalette"
profile="Student2"
runtimeId="org.eclipse.bpmn2.modeler.runtime.none">
</toolPalette>
<modelEnablement
id="ugent.mis.bpmnsuggestions.exp.modelEnablement1"
profile="Student2"
runtimeId="org.eclipse.bpmn2.modeler.runtime.none">
<enable object="all"/>
</modelEnablement>
</extension>
The palette contains now an additional profile Student 2 but this palette profile is empty.
Having a customized palette profile is only a partly solution. I would prefer to have a complete new palette which contains only the BPMN elements that I have enabled.
Thank you in advance
[Updated on: Tue, 10 March 2015 10:14] by Moderator Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.05303 seconds