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]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
