Ok, so if i understand what you are saying would i be able to still create the process from any of the editors (eclipse or web) put in a human task node,
and in code start the process but register the extended workitem handler that overrides the default.
like so - ksession.getWorkItemManager().registerWorkItemHandler("Human Task", new MyCustomHornetQHumanTaskHandler());
and this will allow me to then connect to hornetq?
Or do i need to override the handler and then repackage the jbpm lib in order to use it?
Thanks