Hi<br>I Have a flow as folow: Start -&gt; First_HumanTask -&gt; Split -&gt; [Join -&gt; Second_HumanTask] or [End].<br>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>
<br>In my split node i check a fact passed to flow as: TicketBean( status == TicketStatus.IN_PROGRESS)<br><br>Whats wrong? <br><br>Thanks