JBoss Community

Re: Can't get Twitter service task to work when deployed via Guvnor

created by Andy McC in jBPM - View the full discussion

Resolved by creating standalone/configuration/session.template file and modifying the workItemHandlers group as follows:

 

workItemHandlers = [    "Human Task" : .....,

                                   "Service Task" : ....,

                                   "Twitter" : "new org.jbpm.process.workItem.twitter.TwitterHandler()"]

 

NB The documentation at http://people.redhat.com/kverlaen/repository/Twitter/ is slightly misleading. The that Twitter class is actually TwitterHandler not TwitterWorkItemHandler.

Reply to this message by going to Community

Start a new discussion in jBPM at Community