Hi all<br>I have a flow that has a &quot;for each&quot; where for each Ticket (List of FactObject) create a subflow that contains a HumanTask<br>How can i set the Ticket inside a Content of HumanTask of subflow?<br>I Tried to put #{ticket} inside a content of HumanTask, but the just put a string of class (Ticket.toString()), and not a instance of Ticket.<br>