Hi,
I have tried to implement Human Task service locally, without Mina Server, JMS or HornetQ.
The application should manage a human task directly thru TaskServiceSession without TaskClient.
It works, but I unable to start process in this case.
ksession.startProcess("com.sample.bpmn.humantask"); - produce an error:
java.lang.IllegalArgumentException: Could not connect task client
Is there any chance to start process that has human task without any server?
Thanks in advance!