Automation Anywhere Bot

Schema representing a bot (automation file) stored in the Automation Anywhere Control Room repository, including its metadata, versioning, workspace context, and repository permissions.

Properties

Name Type Description
id integer Unique numeric identifier of the bot file in the Control Room repository
parentId integer Numeric ID of the parent folder containing this bot in the repository hierarchy
name string Display name of the bot file as shown in the Control Room repository browser
path string Full repository path from the workspace root (e.g., /Automation/Finance/Invoice Processing)
type string Type of the repository object
size integer File size in bytes
version integer Current version number of the bot file
isProductionVersion boolean Whether this version is labeled as the production version
workspaceType string Workspace this bot belongs to
description string Optional human-readable description of the bot's purpose
permission object
dependencies array List of other bot files this bot depends on during execution
tags array Optional tags applied to the bot for organization and search
createdBy string Username of the Control Room user who created this bot
createdOn string ISO 8601 timestamp when the bot was first created in the repository
updatedBy string Username of the Control Room user who last modified this bot
updatedOn string ISO 8601 timestamp when the bot was last modified
View JSON Schema on GitHub