Waiting for engine...
Skip to main content

AiAgentTask

No description

type AiAgentTask {
id: ID!
externalId: ID
agentVersions: [AiAgentVersion!]
version: String
name: String
description: String
instructions: [String]
tags: [AiAgentTag!]
taskStatus: AiAgentTaskStatus
auditData: AiRegistryEntityAuditData
tools: [AiAgentTool!]
metaData: String
}

Fields​

AiAgentTask.id ● ID! non-null scalar miscellaneous {#id}

Unique identifier for the AI Agent Task in the registry.

AiAgentTask.externalId ● ID scalar miscellaneous {#external-id}

External identifier from the provider system (e.g., AWS Bedrock, Salesforce).

AiAgentTask.agentVersions ● [AiAgentVersion!] list object agent-control-tower {#agent-versions}

Array of agent versions associated with this task. The version could be null, a string like "DRAFT" or numeric.

AiAgentTask.version ● String scalar miscellaneous {#version}

Specifies the version of the AI agent task. Values can be null, DRAFT or a numeric value.

AiAgentTask.name ● String scalar miscellaneous {#name}

Defines the unique identifier or title of the AI agent task.

AiAgentTask.description ● String scalar miscellaneous {#description}

Provides detailed information about the AI agent task's capabilities and features.

AiAgentTask.instructions ● [String] list scalar miscellaneous {#instructions}

Array of instructions that define the task's behavior and execution steps.

AiAgentTask.tags ● [AiAgentTag!] list object agent-control-tower {#tags}

Optional labeling system that allows classification and organization of AI agent tasks.

AiAgentTask.taskStatus ● AiAgentTaskStatus enum agent-control-tower {#task-status}

Specifies the current operational status of the AI agent task.

AiAgentTask.auditData ● AiRegistryEntityAuditData object agent-control-tower {#audit-data}

Audit data for AI Agent Task.

AiAgentTask.tools ● [AiAgentTool!] list object agent-control-tower {#tools}

Array of tools associated with this task.

AiAgentTask.metaData ● String scalar miscellaneous {#meta-data}

Additional task information stored as JSON string.

Returned By​

aiAgentTask query ●  aiAgentTaskCreate mutation ●  aiAgentTaskUpdate mutation

Member Of​

AiAgentTasksQueryResponse object ●  AiAgentTool object ●  AiAgentVersion object

On this Page