Skip to main content
Version: 8.10 (unreleased)

Type Alias: AgentInstanceCreationRequest

type AgentInstanceCreationRequest = object;

Request to create a new agent instance.

Properties

definition

definition: AgentInstanceDefinition;

Static definition set once at creation.


elementInstanceKey

elementInstanceKey: ElementInstanceKey;

The key of the AHSP or AI Agent Task element instance. The engine uses this key to infer processInstanceKey, elementId, processDefinitionKey, and tenantId.


limits?

optional limits?: AgentInstanceLimits;

Limits for the agent execution. When omitted, all limits default to -1 (no limit).