imixs / imixs-bpmn

Imixs BPMN2 Modelling Tool
9 stars 3 forks source link

Add a property tab for the process #4

Closed rsoika closed 9 years ago

rsoika commented 9 years ago

We need also a custom property tab for the process. E.g. profile settings, mapping of name fields.

rsoika commented 9 years ago

Example from main impl:

    <propertyTab
        id="bpmn2.jbpm.diagram.tab"
        replaceTab="org.eclipse.bpmn2.modeler.process.diagram.tab"
        class="org.eclipse.bpmn2.modeler.runtime.jboss.jbpm5.property.JbpmProcessDiagramPropertySection"
        type="org.eclipse.bpmn2.Process"
        afterTab="org.eclipse.bpmn2.modeler.description.tab"
        label="%propertyTab.label.Process">
    </propertyTab>

https://github.com/eclipse/bpmn2-modeler/blob/master/plugins/org.eclipse.bpmn2.modeler.runtime.jboss.jbpm5/plugin.xml

rsoika commented 9 years ago

finished