Queue

A work item queue that buffers data items for processing by bots. Each queue is linked to a work item model defining its schema.

RPARobotic Process AutomationIntelligent AutomationAgentic Process AutomationAI AgentsWorkflow-AutomationDocument AutomationProcess OrchestrationEnterprise AutomationBots

Properties

Name Type Description
id integer Unique identifier of the queue
name string Human-readable name of the queue
description string Description of the queue's purpose
reactivationThreshold integer Percentage threshold of remaining work items below which the queue triggers reactivation of additional bot instances
manualProcessingTime integer Estimated manual processing time per work item for SLA calculations
manualProcessingTimeUnit string Time unit for manualProcessingTime (e.g., minutes, hours)
disallowDuplicate boolean Whether duplicate work items based on hash are rejected
autoRetryLimit integer Maximum number of times a failed work item is automatically retried
status string Current operational status of the queue
workItemModelId integer ID of the work item model defining this queue's data schema
workItemProcessingOrders array Ordered list of field names defining work item processing priority
expiry object
createdBy integer ID of the user who created this queue
createdOn string ISO 8601 timestamp when the queue was created
updatedBy integer ID of the user who last modified this queue
updatedOn string ISO 8601 timestamp of the last modification
version integer Optimistic locking version number
View JSON Schema on GitHub

JSON Schema

automation-anywhere-queue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Queue",
  "title": "Queue",
  "type": "object",
  "description": "A work item queue that buffers data items for processing by bots. Each queue is linked to a work item model defining its schema.",
  "properties": {
    "id": {
      "type": "integer",
      "format": "int64",
      "description": "Unique identifier of the queue"
    },
    "name": {
      "type": "string",
      "description": "Human-readable name of the queue"
    },
    "description": {
      "type": "string",
      "description": "Description of the queue's purpose"
    },
    "reactivationThreshold": {
      "type": "integer",
      "description": "Percentage threshold of remaining work items below which the queue triggers reactivation of additional bot instances"
    },
    "manualProcessingTime": {
      "type": "integer",
      "description": "Estimated manual processing time per work item for SLA calculations"
    },
    "manualProcessingTimeUnit": {
      "type": "string",
      "description": "Time unit for manualProcessingTime (e.g., minutes, hours)"
    },
    "disallowDuplicate": {
      "type": "boolean",
      "description": "Whether duplicate work items based on hash are rejected"
    },
    "autoRetryLimit": {
      "type": "integer",
      "description": "Maximum number of times a failed work item is automatically retried"
    },
    "status": {
      "type": "string",
      "description": "Current operational status of the queue",
      "enum": [
        "ACTIVE",
        "INACTIVE"
      ]
    },
    "workItemModelId": {
      "type": "integer",
      "format": "int64",
      "description": "ID of the work item model defining this queue's data schema"
    },
    "workItemProcessingOrders": {
      "type": "array",
      "description": "Ordered list of field names defining work item processing priority",
      "items": {
        "type": "string"
      }
    },
    "expiry": {
      "$ref": "#/components/schemas/QueueExpiry"
    },
    "createdBy": {
      "type": "integer",
      "format": "int64",
      "description": "ID of the user who created this queue"
    },
    "createdOn": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 timestamp when the queue was created"
    },
    "updatedBy": {
      "type": "integer",
      "format": "int64",
      "description": "ID of the user who last modified this queue"
    },
    "updatedOn": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 timestamp of the last modification"
    },
    "version": {
      "type": "integer",
      "description": "Optimistic locking version number"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/automation-anywhere-queue"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.