Templates

remediation

Calendar/Kanban Remediation Flow

Plan a cross-site remediation workflow with Claws gated behind approval.

availableworkflowoperator boundary includedbuilt_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 · api_call

    Inspect Kanban state

    public-safe
  3. Step 3 · approval

    Review remediation boundary

    operator boundary
  4. Step 4 · claws_workflow

    Ask Claws to remediate

    operator boundary
  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": "api_call-2",
      "type": "api_call",
      "label": "Inspect Kanban state",
      "x": 310,
      "y": 240,
      "position": {
        "x": 310,
        "y": 240
      },
      "config": {
        "publicSafe": true,
        "protectedAction": false,
        "service": "kanban.platphormnews.com"
      },
      "status": "idle",
      "metadata": {}
    },
    {
      "id": "approval-3",
      "type": "approval",
      "label": "Review remediation boundary",
      "x": 540,
      "y": 160,
      "position": {
        "x": 540,
        "y": 160
      },
      "config": {
        "publicSafe": false,
        "protectedAction": true
      },
      "status": "idle",
      "metadata": {}
    },
    {
      "id": "claws_workflow-4",
      "type": "claws_workflow",
      "label": "Ask Claws to remediate",
      "x": 770,
      "y": 240,
      "position": {
        "x": 770,
        "y": 240
      },
      "config": {
        "publicSafe": false,
        "protectedAction": true,
        "service": "claws.platphormnews.com"
      },
      "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": "api_call-2",
      "sourceNodeId": "start-1",
      "targetNodeId": "api_call-2",
      "condition": "success",
      "metadata": {}
    },
    {
      "id": "edge-2",
      "source": "api_call-2",
      "target": "approval-3",
      "sourceNodeId": "api_call-2",
      "targetNodeId": "approval-3",
      "metadata": {}
    },
    {
      "id": "edge-3",
      "source": "approval-3",
      "target": "claws_workflow-4",
      "sourceNodeId": "approval-3",
      "targetNodeId": "claws_workflow-4",
      "metadata": {}
    },
    {
      "id": "edge-4",
      "source": "claws_workflow-4",
      "target": "end-5",
      "sourceNodeId": "claws_workflow-4",
      "targetNodeId": "end-5",
      "metadata": {}
    }
  ]
}