Create Flowchart using Agentic Automation

I need to create flowchart kind of workflow. So How to create flowchart using Agentic Automation. Can any one give me suggestion.
Thank you.

@Vanitha_VS

What do you mean by

Are you looking for code to be generated by agentic automation?

Refer this if want to create flow on maestro

UiPath Maestro Tutorial | Introduction to Process Modeling

Hi @Vanitha_VS ,
Please create different component of flows in studio web and you can create agents as well.
and then you can integrate every component using Maestro.

Hi @Vanitha_VS,

Agentic Automation does not use a visual flowchart like classic UiPath Flowchart. Instead, you design the flow logically. Create one main agent that acts as the controller, define each step or decision as a separate tool or action, and use conditional logic in the agent prompt or orchestration workflow to decide the next step. Each decision branch maps to what would normally be a flowchart path. In short, the flowchart is replaced by decision-based routing handled by the agent’s reasoning and tool calls rather than drag-and-drop shapes.

Hi @Vanitha_VS

I think you are talking about Mastero platform. Login to UiPath Cloud β†’ Click on 9 dots on top left β†’ Select the Mastero β†’ Explore it.

Here is the documentation about Mastero,

Hope it helps!!