Templates

compliance

Route Compliance Report

Validate a trusted PlatPhorm site, generate a docs report, and prepare Sheets and Decks outputs.

availableworkflowpublic-safe templatebuilt_in
Nodes
6
Edges
5
Version
3.0.0
Storage
local draft

Workflow graph

This is a reusable template graph. Opening it in Builder creates a browser-local draft that can be saved and reopened from Builder recent drafts or Gallery local drafts.

  1. Step 1 · start

    Start

    public-safe
  2. Step 2 · http_request

    Fetch route health

    public-safe
  3. Step 3 · docs_publish

    Publish docs report

    public-safe
  4. Step 4 · sheet_report

    Create sheet report

    public-safe
  5. Step 5 · deck_summary

    Create deck summary

    public-safe
  6. Step 6 · end

    Complete

    public-safe
Template JSON
{
  "nodes": [
    {
      "id": "start-1",
      "type": "start",
      "label": "Start",
      "x": 80,
      "y": 160,
      "position": {
        "x": 80,
        "y": 160
      },
      "config": {
        "publicSafe": true,
        "protectedAction": false
      },
      "status": "idle",
      "metadata": {}
    },
    {
      "id": "http_request-2",
      "type": "http_request",
      "label": "Fetch route health",
      "x": 310,
      "y": 240,
      "position": {
        "x": 310,
        "y": 240
      },
      "config": {
        "publicSafe": true,
        "protectedAction": false,
        "url": "https://agentui.platphormnews.com/api/health"
      },
      "status": "idle",
      "metadata": {}
    },
    {
      "id": "docs_publish-3",
      "type": "docs_publish",
      "label": "Publish docs report",
      "x": 540,
      "y": 160,
      "position": {
        "x": 540,
        "y": 160
      },
      "config": {
        "publicSafe": true,
        "protectedAction": false,
        "target": "docs.platphormnews.com"
      },
      "status": "idle",
      "metadata": {}
    },
    {
      "id": "sheet_report-4",
      "type": "sheet_report",
      "label": "Create sheet report",
      "x": 770,
      "y": 240,
      "position": {
        "x": 770,
        "y": 240
      },
      "config": {
        "publicSafe": true,
        "protectedAction": false,
        "target": "sheets.platphormnews.com"
      },
      "status": "idle",
      "metadata": {}
    },
    {
      "id": "deck_summary-5",
      "type": "deck_summary",
      "label": "Create deck summary",
      "x": 1000,
      "y": 160,
      "position": {
        "x": 1000,
        "y": 160
      },
      "config": {
        "publicSafe": true,
        "protectedAction": false,
        "target": "decks.platphormnews.com"
      },
      "status": "idle",
      "metadata": {}
    },
    {
      "id": "end-6",
      "type": "end",
      "label": "Complete",
      "x": 1230,
      "y": 240,
      "position": {
        "x": 1230,
        "y": 240
      },
      "config": {
        "publicSafe": true,
        "protectedAction": false
      },
      "status": "idle",
      "metadata": {}
    }
  ],
  "edges": [
    {
      "id": "edge-1",
      "source": "start-1",
      "target": "http_request-2",
      "sourceNodeId": "start-1",
      "targetNodeId": "http_request-2",
      "condition": "success",
      "metadata": {}
    },
    {
      "id": "edge-2",
      "source": "http_request-2",
      "target": "docs_publish-3",
      "sourceNodeId": "http_request-2",
      "targetNodeId": "docs_publish-3",
      "metadata": {}
    },
    {
      "id": "edge-3",
      "source": "docs_publish-3",
      "target": "sheet_report-4",
      "sourceNodeId": "docs_publish-3",
      "targetNodeId": "sheet_report-4",
      "metadata": {}
    },
    {
      "id": "edge-4",
      "source": "sheet_report-4",
      "target": "deck_summary-5",
      "sourceNodeId": "sheet_report-4",
      "targetNodeId": "deck_summary-5",
      "metadata": {}
    },
    {
      "id": "edge-5",
      "source": "deck_summary-5",
      "target": "end-6",
      "sourceNodeId": "deck_summary-5",
      "targetNodeId": "end-6",
      "metadata": {}
    }
  ]
}