<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'>&gt; Hi<br>&gt; I Have a flow as folow: Start -&gt; First_HumanTask -&gt; Split -&gt; [Join -&gt; Second_HumanTask] or [End].<br>&gt; When i Create one instance of my flow, this runs fine. But when i have many instances of my flow (Size of StatefulKnowledgeSession &gt; 1), and finish the First_HumanTask the flow stoped. (Not Create de Second_HumanTask, and not throws error)<br>&gt; 
<br>&gt; In my split node i check a fact passed to flow as: TicketBean( status == TicketStatus.IN_PROGRESS)<br>&gt; <br>Just a guess, but when you come to the split the second time has the status been changed by your first completed HumanTask? Set to something other than IN_PROGRESS?<br><br>Regards,<br>erics<br></div></body></html>