camunda-connectors
Installation
SKILL.md
Camunda Connectors
Browse and configure pre-built Camunda connectors using element templates. Apply connector configurations to BPMN service tasks and event elements for integrations with external systems (REST APIs, Slack, Kafka, AWS, email, databases, etc.).
Prerequisites
- c8ctl CLI installed and configured (
c8ctl add profile) — providesc8ctl element-templatecommands - Local OOTB catalog synced — run
c8ctl element-template synconce before usingsearch,info,get-properties,get, orapplywith an OOTB template ID. Re-run (optionally with--prune) to pick up upstream changes. Applying a template from a local file path orhttps://URL bypasses the cache and does not require sync. - c8ctl ≥ 3.2.0 for
--engine-versionon discovery commands and--setFEEL auto-=. If a command or flag is unavailable, ask the user to upgrade:npm install -g @camunda8/cli
Cross-References
- camunda-bpmn: Use for creating the BPMN process structure (service tasks and event elements that host connectors)
- camunda-feel: Use for FEEL expressions in connector input/output mappings
- camunda-process-mgmt: Use for deploying the configured process to a cluster