Hi all
I have a flow that has a "for each" where for each Ticket (List of FactObject) create a subflow that contains a HumanTask
How can i set the Ticket inside a Content of HumanTask of subflow?
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.