Mauricio Salatino [https://community.jboss.org/people/salaboy21] created the discussion
"Re: SyncWSHumanTaskHandler vs WSHumanTaskHandler" To view the discussion, visit: https://community.jboss.org/message/739005#739005 -------------------------------------------------------------- Same as StackOverFlow You can always find unit tests that shows the functionality: https://github.com/droolsjbpm/jbpm/blob/master/jbpm-human-task/jbpm-human-task-core/src/test/java/org/jbpm/process/workitem/wsht/local/sync/WSHumanTaskHandlerLocalSyncTest.java https://github.com/droolsjbpm/jbpm/blob/master/jbpm-human-task/jbpm-human-task-core/src/test/java/org/jbpm/process/workitem/wsht/local/sync/WSHumanTaskHandlerLocalSyncTest.javaThat test shows how to use the new classes. We are trying to keep all the implementation aligned with the same names for all the transports and for the async and sync implementations. The new Human Task WorkItemHandlers are called: AbstractHTWorkItemHandler -> GenericHTWorkItemHandler & AsyncGenericHTWorkItemHandler -> Then the concrete implementation for the different transports: LocalHTWorkItemHandler, HornetQHTWorkItemHandler and Mina... Using LocalTaskService is ok. Cheers -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/739005#739005] Start a new discussion in jBPM at Community [https://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
