Ad-hoc subprocess tools schema (alpha)
Connector to fetch tools schema information from an ad-hoc subprocess
Optional inputs
| Key | Label | Type |
|---|---|---|
data.containerElementId | Ad-hoc subprocess ID containing tools | FEEL expression |
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.v0", {
"data.containerElementId": "= ...",
"resultVariable": "...",
})