JBoss Community

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

created by Tobias Wittur in jBPM - View the full discussion

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

 

This chapter gives some insight:

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

Start a new discussion in jBPM at Community