Ad-hoc tools schema
Connector to fetch tools schema information from an ad-hoc sub-process. Compatible with 8.8.0-alpha6 or later.
Required inputs
| Key | Label | Type |
|---|---|---|
data.containerElementId | Ad-hoc sub-process ID | FEEL expression |
Optional inputs
| Key | Label | Type |
|---|---|---|
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": "= ...",
})