The BPMN is attached along and it uses a workitem whose definition goes like this.
import org.drools.process.core.datatype.impl.type.StringDataType;
[
// the Notification work item
[
"name" : "ManualTask",
"parameters" : [
"Actor" : new StringDataType(),
"Comment" : new StringDataType(),
],
"displayName" : "Manual Task",
"icon" : "icons/manual_task.jpg"
]
]
Regards,
Aparna