{
  "@context": "https://schema.org",
  "@type": "WebAPI",
  "name": "Task Management",
  "dateModified": "2026-06-02",
  "endpoints": [
    {
      "method": "GET",
      "url": "https://xn--82czbx2bczd4fl8a.online/agent-workflow/tasks",
      "description": "List tasks assigned to actor"
    },
    {
      "method": "POST",
      "url": "https://xn--82czbx2bczd4fl8a.online/agent-workflow/tasks/{taskId}/claim"
    },
    {
      "method": "POST",
      "url": "https://xn--82czbx2bczd4fl8a.online/agent-workflow/tasks/{taskId}/complete",
      "request": {
        "required": [
          "variables"
        ]
      }
    },
    {
      "method": "POST",
      "url": "https://xn--82czbx2bczd4fl8a.online/agent-workflow/tasks/{taskId}/fail",
      "request": {
        "required": [
          "errorCode",
          "errorMessage"
        ]
      }
    }
  ]
}
