Hi everybody.<br>I Have a flow : [Start] -&gt; [First_HumanTask] -&gt; Split -&gt; [Second_HumanTask] or [End].<br><br>Someday i had asked about why my flow was stopped (See [droolsflow ] Flow is Stoped) . Kris Verlaenem, told to me to use <a href="https://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/artifact/trunk/target/docs/drools-flow/html/ch03.html#d0e1118" target="_blank">https://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/artifact/trunk/target/docs/drools-flow/html/ch03.html#d0e1118</a> .<br>
<br>I Created on my Split node this contraint:<br><br><div style="margin-left: 40px;"><i>processInstance : WorkflowProcessInstance()<br>ticketBeanVar : TicketBean( id == ( processInstance.getVariable(&quot;ticketId&quot;) ) )<br>
eval(ticketBeanVar.isApproved() == true)</i><br></div><br>This works for the first instance (I finished the [First_HumanTask] , and he was going to SecondHumanTask), but for the second instance, after i complete the [First_HumanTask] , the flow stayed stopped (only for the second instance). ( If i Change, first the second instance and then first instance occurred the same problem (The first instance stayed stopped) )<br>
<br>What&#39;s  wrong?<br><br>Thanks<br><br>