-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
6.4.10
-
Red Hat JBoss Developer Studio 11.0
Red Hat JBoss Developer Studio 11.3
-
User Experience
-
-
-
-
-
-
Workaround Exists
-
-
When you set expressions instead of using "Data Item and assigning Source" for Custom task (such as Email task created) in process , throws error "Data Input From has no Data Type", similarly for other attributes:
"Data Input To has no Data Type"
"Data Input Subject has no Data Type"
"Data Input Body has no Data Type"
If we have WorkItemDefinition having content as below:
[
"name" : "Email",
"parameters" : [
"From" : new StringDataType(),
"To" : new StringDataType(),
"Subject" : new StringDataType(),
"Body" : new StringDataType()
],
"displayName" : "Email",
"icon" : "defaultemailicon.gif"
],