Home / Connectors / Ad-hoc tools schema

Ad-hoc tools schema

Connector to fetch tools schema information from an ad-hoc sub-process. Compatible with 8.8.0-alpha6 or later.

outbound io.camunda.agenticai:adhoctoolsschema:1

Required inputs

KeyLabelType
data.containerElementId Ad-hoc sub-process ID FEEL expression

Optional inputs

KeyLabelType
resultVariable Result variable string
resultExpression Result expression FEEL expression
errorExpression Error expression FEEL expression
retryCount Retries FEEL expression
retryBackoff Retry backoff string

Apply this connector with @bpmnkit/connectors

import { applyConnectorTemplate } from "@bpmnkit/connectors" const result = applyConnectorTemplate("io.camunda.connectors.agenticai.adhoctoolsschema.v1", { "data.containerElementId": "= ...", "resultVariable": "...", "resultExpression": "= ...", })