RPA Connector
Connects with the Camunda RPA Worker
Required inputs
| Key | Label | Type |
|---|---|---|
| Script ID | FEEL expression |
camundaRpaWorkerLabel | Label | string |
| Pre-run Script ID | FEEL expression |
| Post-run Script ID | FEEL expression |
Optional inputs
| Key | Label | Type |
|---|---|---|
bindingType | Binding | string |
| Version tag | string |
camunda::timeout | Timeout | string |
enablePreRun | Enable pre-run script | string |
bindingTypePreRun | Pre-run Script Binding | string |
| Pre-run Version tag | string |
postRun | Enable post-run script | string |
bindingTypePostRun | Post-run Script Binding | string |
| Version tag | string |
camundaRpaTaskInput | Input mapping | FEEL expression |
Apply this connector with @bpmnkit/connectors
import { applyConnectorTemplate } from "@bpmnkit/connectors"
const result = applyConnectorTemplate("camunda.connectors.rpa", {
"": "= ...",
"camundaRpaWorkerLabel": "default",
"": "= ...",
"": "= ...",
"bindingType": "latest",
"": "...",
})