[jboss-dev-forums] [jBPM Development] - Re: Oryx: Not able parse the knowledge when adding Message Events or Send Task Node

uvijayreddy657 do-not-reply at jboss.com
Tue Oct 11 08:20:16 EDT 2011


uvijayreddy657 [http://community.jboss.org/people/uvijayreddy657] created the discussion

"Re: Oryx: Not able parse the knowledge when adding Message Events or Send Task Node"

To view the discussion, visit: http://community.jboss.org/message/631130#631130

--------------------------------------------------------------
Below is the WorkItem Definition which I used to create Email and Log Nodes as you Suggested Tihomir. I did not give value to icon.

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

[

  [
    "name" : "Email",
    "parameters" : [
        "From" : new StringDataType(),
        "To" : new StringDataType(),
        "Subject" : new StringDataType(),
    "Body" : new StringDataType()
    ],

    "displayName" : "Email",
    "icon" : ""
  ],

  [

    "name" : "Log",
    "parameters" : [
      "Message" : new StringDataType()
    ],

    "displayName" : "Log",
    "icon" : ""

  ]

]
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/631130#631130]

Start a new discussion in jBPM Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2035]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20111011/5078a0d8/attachment.html 


More information about the jboss-dev-forums mailing list