Mission Control
OpenClaw Agent Operations
New agent
Builder
Workflow Builder
Name
Trigger
Primary agent
CRM Ops Agent
Workflow Dispatcher
Marketplace Curator
Governance Sentinel
Log Analyst
Draft state
Clean
Workflow graph
{ "schemaVersion": "1", "startNodeKey": "receive-event", "nodes": [ { "key": "receive-event", "name": "Receive event", "type": "notification", "input": { "message": "CRM event received." }, "retryPolicy": { "maxAttempts": 1, "backoffMs": 0 }, "metadata": {} }, { "key": "draft-follow-up", "name": "Draft follow-up", "type": "agent_task", "agentId": "crm-ops-agent", "input": { "prompt": "Draft a client follow-up." }, "retryPolicy": { "maxAttempts": 2, "backoffMs": 0 }, "metadata": {} }, { "key": "approval-wait", "name": "Approval wait", "type": "approval", "input": { "action": "Send external Gmail message", "risk": "sensitive" }, "retryPolicy": { "maxAttempts": 1, "backoffMs": 0 }, "metadata": {} } ], "edges": [ { "from": "receive-event", "to": "draft-follow-up" }, { "from": "draft-follow-up", "to": "approval-wait" } ], "metadata": {} }
Status
PUBLISHED
Version
2
Validation
Valid
Steps
3
Graph is valid for draft save and publish.
Validate
Save draft
Publish
Builder ready.