[jboss-user] [jBPM] - Re: how to use "work item" in jbpm-web-console?

Tobias Wittur do-not-reply at jboss.com
Mon Jul 25 02:26:40 EDT 2011


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]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110725/18047e56/attachment.html 


More information about the jboss-user mailing list