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

victor ma do-not-reply at jboss.com
Mon Jul 25 03:38:54 EDT 2011


victor ma [http://community.jboss.org/people/victor_ma] created the discussion

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

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

--------------------------------------------------------------
sorry ...
 i want to use the service task in the jbpm-web-console, and i create a handler like this:

public class MyWorkItemHandler implements WorkItemHandler {

    @Override
    public void abortWorkItem(WorkItem arg0, WorkItemManager arg1) {
        System.out.println("God Like in abort!");

    }

    @Override
    public void executeWorkItem(WorkItem arg0, WorkItemManager arg1) {
        System.out.println("God Like in execute for reporttodf!");

    }

}

but how to make it works? thanks a lot!
--------------------------------------------------------------

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

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/1f82cf58/attachment.html 


More information about the jboss-user mailing list