Tobias Wittur [http://community.jboss.org/people/tob1as] created the discussion

"Re: how to use "work item" in jbpm-web-console?"

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

--------------------------------------------------------------
Could you explain in more detail?

With work item you mean a domain specific tasks ?!

Something like this?

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",
  "icon" : "icons/notification.gif"
  ]

]

This explains how to do it in guvnor:
 http://vimeo.com/26126678 http://vimeo.com/26126678

This chapter gives some insight:
 http://docs.jboss.org/jbpm/v5.1/userguide/ch13.html 
http://docs.jboss.org/jbpm/v5.1/userguide/ch13.html

What exactly do you want to do in the console? Simply invoke it? If yes, the 
video shows it.

Hope I helped you somehow.
--------------------------------------------------------------

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

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

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to