Pipeline

Inline left-to-right flow (e.g. build pipeline steps)

Surfaces
webmeet-stagepdfapps-script-web
Degraded on
SurfaceNote
googlechatmonospace background stripped — use bullet_list instead
emailbackground colour unreliable — use bullet_list instead
Fields
FieldType
stepslist[string]required
Example payload
{
  "type": "pipeline",
  "steps": [
    {
      "title": "Step one",
      "body": "First thing to do."
    },
    {
      "title": "Step two",
      "body": "Then this."
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:pipeline",
  "displayName": "Pipeline",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/pipeline",
  "capabilities": [
    "web",
    "meet-stage",
    "pdf",
    "apps-script-web"
  ],
  "description": "Inline left-to-right flow (e.g. build pipeline steps)",
  "representativeQueries": [
    "show a left-to-right step flow diagram",
    "inline left-to-right flow (e.g. build pipeline steps)",
    "render a pipeline"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →