Visual vs Python at a glance
A Python badge on a workflow in the Tools list means it is a code-mode (v3) workflow.
Creating a workflow
Build with Autopilot (recommended for either style)
- Open your project (not the read-only Autopilot system project).
- Use Autopilot in Build mode, or open Tools and start Build workflow with AI / the Autopilot create flow.
- Describe what the workflow should do (you can attach files for context).
- The create dialog shows whether Autopilot will build a Workflows v3 / Python or Workflows v2 / Visual workflow by default.
- Autopilot plans, asks clarifying questions as needed, builds the workflow, and you can keep chatting to refine it.
A Super Admin setting — Default new Autopilot workflows to Workflows v3 — chooses the default:
- On — Autopilot creates Python / code mode workflows by default
- Off — Autopilot creates Visual (v2) workflows by default
Create manually (Visual)
- Go to Tools.
- Use New Flow / create a blank custom tool.
- Add a trigger, drag nodes onto the canvas, connect them, run, then publish.
Autopilot-built workflows
When Autopilot builds a workflow in Build mode it typically:- Clarifies the trigger, steps, apps, and outputs
- Creates the workflow in Visual or Python mode (per the platform default above)
- Configures steps / Python source
- Validates and tests where applicable
- Hands you a summary of what was created
Docked Autopilot in the editor
For Python (code mode) workflows, Autopilot stays docked on the editor canvas so you can describe changes while watching the flowchart and (in Developer view) the source update. For Visual workflows, use Autopilot chat / “create with AI” flows to author and iterate; the canvas remains the place you drag and configure nodes.Flowchart and summary views
Flowchart (Python workflows)
Python workflows render as a readable flowchart:- Plain-English step labels (not only raw code identifiers)
- Connected apps called out on the flow
- Collapsible loop and branch cards for complex control flow
- Overview vs Developer detail: Overview emphasizes the business flow; Developer exposes the Python source alongside the graph
Summary (Visual and Python)
Both Visual and Python workflows support a summary view — an at-a-glance description of what the workflow does, with structured steps. Summaries are generated/updated in connection with publishing; if you change the workflow after publish, the summary may need a fresh publish to stay current. Super Admins can configure which model writes workflow summaries and step notes (platform model settings).When to use which
Related
- Workflows overview — V1 vs V2 product lines
- Workflow Builder V2 — Visual canvas how-to
- Autopilot overview — what Autopilot can build
- Autopilot Modes — Agent vs Build
- EKB as MCP — Builder — same build surface from Claude / Cursor
- 2.4.0 changelog — release note for Visual and Python Workflow Builder