1 Reply Latest reply on Mar 31, 2013 10:36 AM by guanzhong

    Eclipse BPMN 2.0 Plugin issue

    guanzhong

      I want to ask some questions

       

      here is my Env.

       

      Eclipse

      Version: Indigo Service Release 2

      Build id: 20120216-1857

       

      Eclipse BPMN 2.0 Plugin

      http://download.eclipse.org/bpmn2-modeler/site/

      according to

      http://docs.jboss.org/jbpm/v5.4/userguide/ch.eclipse-bpmn-plugin.html

       

      work definition

      import org.drools.process.core.datatype.impl.type.StringDataType;

      [

        [

          "name" : "Test",

          "parameters" : [

            "name" : new StringDataType()

          ],

          "displayName" : "Test"

        ]

      ]

       

      Q1. what doest the input mean

      The Type of  parameter? The value of parameter?

       

      1.png

       

      Q2.  I can not see the parameter in input parameters list . I think the parameter "name" should be shown here.

      2.png

       

      Q3. When I add a parameter "name" again in this window, it also can not be shown.

      3.png

      4.png

      Is this a bug?

       

      Q4. is this plugin The jBPM5 plugin ?

      If it is. I can not find the jBPM project wizard.

      If not, Where can I install The jBPM5 plugin?

       

      http://www.jboss.org/jbpm/components/eclipse-plugin

       

       

      Thanks