Hi @V_Roboto_V . Yeah im on insider and I have been seeing a bit of the official documentation. I have found parallel gateways and so on, but thats not what im looking for. The agent execution is available through a “Agent” task in the BPMN modeling, and what im asking is how could i execute the agent for multiples entries. I mean lets say that I want an agentic workflow where I make webscrapping of multiple internet articles (with RPA) and then i want in some way to execute a categorization agent for each article. I could iterate over all articles and for each one my agent would decide whether they are category 1, category 2, etc or I could execute the processes in parallel so that the final execution time is much shorter.