Custom data type disappears from custom Work Item
Issue
Work Item is defined as follows:
[
"name" : "ECI Node",
"parameters" : [
"param1" : new StringDataType()
],
"results" : [
"task_port" : new StringDataType(),
"task_ip" : new StringDataType(),
"task_machine" : new Machine(),
],
"displayName" : "ECI Node",
"icon" : "eci.gif"
],
The third variable is of type Machine:
"task_machine" : new Machine(),
When "ECI Node" is dragged on the Web Designer's canvas, "task_machine" is not present in the Data Output section. Is this a bug?How to solve it?
Environment
- Red Hat JBoss BPM Suite
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.