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/
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?
https://community.jboss.org/servlet/JiveServlet/downloadImage/2-805725-20529/450-163/1.png
Q2. I can not see the parameter in input parameters list . I think the parameter "name" should be shown here.
https://community.jboss.org/servlet/JiveServlet/downloadImage/2-805725-20530/448-276/2.png
Q3. When I add a parameter "name" again in this window, it also can not be shown.
https://community.jboss.org/servlet/JiveServlet/downloadImage/2-805725-20531/450-122/3.png
https://community.jboss.org/servlet/JiveServlet/downloadImage/2-805725-20532/450-116/4.png
Is this a bug?
Thanks