Luis Tamayo [http://community.jboss.org/people/luis.tamayo] created the discussion
"Re: JBPM-Console Human Task Implementation" To view the discussion, visit: http://community.jboss.org/message/622987#622987 -------------------------------------------------------------- It could be ksession.getWorkItemManager().registerWorkItemHandler("Human Task", new WSHumanTaskHandler()); or ksession.getWorkItemManager().registerWorkItemHandler("Human Task", new CommandBasedWSHumanTaskHandler( ksession )); You should use CommandBasedWSHumanTaskHandler if you want to persist HT activities. -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/622987#622987] 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
