npereira [
http://community.jboss.org/people/npereira] created the discussion
"Re: JBPM5 Exception Handling"
To view the discussion, visit:
http://community.jboss.org/message/582826#582826
--------------------------------------------------------------
Sure,
Although, after trying several combinations, I remove the file itself from the entire
project and tried it again. And the result was the same, "Could not parse work
definitions MyWorkDefinitions.conf:null"
But nevertheless, the file is the following:
import org.drools.process.core.datatype.impl.type.StringDataType;
[
// the Notification work item
[
"name" : "Notification",
"parameters" : [
"Message" : new StringDataType(),
"From" : new StringDataType(),
"To" : new StringDataType(),
"Priority" : new StringDataType(),
],
"displayName" : "Notification"
]
]
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/582826#582826]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]