JBoss Community

Re: Custom workitem property in designer not working

created by tom sebastian in jBPM - View the full discussion

Hi,

    Or I want to know how to have a custom editor for a custom data input that was given as a parameter in workitem definition .

for example in guvnor ui>workitem definitions I add a workitem as below:

 

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

          [    "name" : "Email",

                    "parameters" : [ 

                              "ConfigureEmail" : new StringDataType()

                    ],

                    "displayName" : "Email",

                    "icon" : "http://192.168.1.130:8086/drools-guvnor/rest/packages/defaultPackage/assets/defaultemailicon/binary

          ]

          .....

 

]

 

I want to make a custom editor for ConfigureEmail data input. is it possible?

 

Thanks in advance..

Reply to this message by going to Community

Start a new discussion in jBPM at Community