Templates

platphorm-native

ASCII Output Viewer

Convert or receive ASCII output from ASCII and show the exact returned text in the AgentUI output pane with export and Docs handoff options.

availablereport_viewpublic-safe templatebuilt_in
Nodes
4
Edges
3
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 · ascii_convert

    Convert image to ASCII

    public-safe
  3. Step 3 · docs_export

    Draft ASCII report packet

    public-safe
  4. Step 4 · 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": "ascii_convert-2",
      "type": "ascii_convert",
      "label": "Convert image to ASCII",
      "x": 310,
      "y": 240,
      "position": {
        "x": 310,
        "y": 240
      },
      "config": {
        "publicSafe": true,
        "protectedAction": false,
        "service": "ascii.platphormnews.com",
        "endpoint": "/api/convert",
        "outputType": "text/ascii"
      },
      "status": "idle",
      "metadata": {}
    },
    {
      "id": "docs_export-3",
      "type": "docs_export",
      "label": "Draft ASCII report packet",
      "x": 540,
      "y": 160,
      "position": {
        "x": 540,
        "y": 160
      },
      "config": {
        "publicSafe": true,
        "protectedAction": false,
        "target": "docs.platphormnews.com"
      },
      "status": "idle",
      "metadata": {}
    },
    {
      "id": "end-4",
      "type": "end",
      "label": "Complete",
      "x": 770,
      "y": 240,
      "position": {
        "x": 770,
        "y": 240
      },
      "config": {
        "publicSafe": true,
        "protectedAction": false
      },
      "status": "idle",
      "metadata": {}
    }
  ],
  "edges": [
    {
      "id": "edge-1",
      "source": "start-1",
      "target": "ascii_convert-2",
      "sourceNodeId": "start-1",
      "targetNodeId": "ascii_convert-2",
      "condition": "success",
      "metadata": {}
    },
    {
      "id": "edge-2",
      "source": "ascii_convert-2",
      "target": "docs_export-3",
      "sourceNodeId": "ascii_convert-2",
      "targetNodeId": "docs_export-3",
      "metadata": {}
    },
    {
      "id": "edge-3",
      "source": "docs_export-3",
      "target": "end-4",
      "sourceNodeId": "docs_export-3",
      "targetNodeId": "end-4",
      "metadata": {}
    }
  ]
}