> Hi
> I Have a flow as folow: Start -> First_HumanTask -> Split -> [Join -> Second_HumanTask] or [End].
> When i Create one instance of my flow, this runs fine. But when i have many instances of my flow (Size of StatefulKnowledgeSession > 1), and finish the First_HumanTask the flow stoped. (Not Create de Second_HumanTask, and not throws error)
>
> In my split node i check a fact passed to flow as: TicketBean( status == TicketStatus.IN_PROGRESS)
>
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?
Regards,
erics