Templates

validation

BrowserOps UI Check

Create a BrowserOps validation plan for a rendered form or workflow preview.

availablebrowser_journey_panelpublic-safe templatebuilt_in
Nodes
5
Edges
4
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 · browserops_check

    Validate AgentUI page

    public-safe
  3. Step 3 · condition

    Check UI evidence

    public-safe
  4. Step 4 · trace_event

    Trace BrowserOps result

    public-safe
  5. Step 5 · 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": "browserops_check-2",
      "type": "browserops_check",
      "label": "Validate AgentUI page",
      "x": 310,
      "y": 240,
      "position": {
        "x": 310,
        "y": 240
      },
      "config": {
        "publicSafe": true,
        "protectedAction": false,
        "service": "browserops.platphormnews.com",
        "mode": "public_safe_check"
      },
      "status": "idle",
      "metadata": {}
    },
    {
      "id": "condition-3",
      "type": "condition",
      "label": "Check UI evidence",
      "x": 540,
      "y": 160,
      "position": {
        "x": 540,
        "y": 160
      },
      "config": {
        "publicSafe": true,
        "protectedAction": false,
        "expression": "no_dead_buttons && no_stuck_loading"
      },
      "status": "idle",
      "metadata": {}
    },
    {
      "id": "trace_event-4",
      "type": "trace_event",
      "label": "Trace BrowserOps result",
      "x": 770,
      "y": 240,
      "position": {
        "x": 770,
        "y": 240
      },
      "config": {
        "publicSafe": true,
        "protectedAction": false,
        "eventName": "agentui.browserops.check"
      },
      "status": "idle",
      "metadata": {}
    },
    {
      "id": "end-5",
      "type": "end",
      "label": "Complete",
      "x": 1000,
      "y": 160,
      "position": {
        "x": 1000,
        "y": 160
      },
      "config": {
        "publicSafe": true,
        "protectedAction": false
      },
      "status": "idle",
      "metadata": {}
    }
  ],
  "edges": [
    {
      "id": "edge-1",
      "source": "start-1",
      "target": "browserops_check-2",
      "sourceNodeId": "start-1",
      "targetNodeId": "browserops_check-2",
      "condition": "success",
      "metadata": {}
    },
    {
      "id": "edge-2",
      "source": "browserops_check-2",
      "target": "condition-3",
      "sourceNodeId": "browserops_check-2",
      "targetNodeId": "condition-3",
      "metadata": {}
    },
    {
      "id": "edge-3",
      "source": "condition-3",
      "target": "trace_event-4",
      "sourceNodeId": "condition-3",
      "targetNodeId": "trace_event-4",
      "metadata": {}
    },
    {
      "id": "edge-4",
      "source": "trace_event-4",
      "target": "end-5",
      "sourceNodeId": "trace_event-4",
      "targetNodeId": "end-5",
      "metadata": {}
    }
  ]
}