Hi All,<br><br>I am new to Drools, i have flow,  (Start -&gt; HumanTask_1 -&gt; HumanTask_2 -&gt; Actions -&gt; End)<br><br>when the flow starts it will goto Humantask_1,<br><br>I need to have workitemhandler for that particular human task(HumanTask_1) , how to achieve this.<br>
<br>then, i need to persist the state in DB(oracle), where to do this (i don&#39;t have any idea regarding this).<br>in Drools Flow document they have given table names (ProcessInstanceLog and NodeInstanceLog).<br><br>what type of column this table have.<br>
<br>when resuming, i need to start from the place where we persisted.<br><br>how to add actor and group to the humantask.<br><br>how to get response from the humantask, so that flow continues to next node.<br><br>when it goes from first human task to the second, is it possible to have different workitemhandler for that.<br>
<br>and similar things of first humantask. <br><br>and i am trying all this things in command lime program, am i doing right, if not please correct me.<br><br>Please help me.<br><br>thanks in advance.<br>Jose<br>