casen Plugins
Official plugins extend casen with domain-specific command groups. Install them with:
casen plugin install <name>Available Plugins
Section titled “Available Plugins”| Plugin | Description |
|---|---|
@bpmnkit/casen-report | Render HTML reports from Camunda 8 incident and SLA data |
@bpmnkit/casen-worker-ai | AI task worker plugin for casen — classify, summarize, extract, and decide using Claude |
@bpmnkit/casen-worker-http | Example casen worker plugin — processes HTTP connector jobs using the JSONPlaceholder API |
@bpmnkit/casen-report
Section titled “@bpmnkit/casen-report”Render HTML reports from Camunda 8 incident and SLA data
Installation
Section titled “Installation”casen plugin install @bpmnkit/casen-report| Command | Description |
|---|---|
casen report incidents | Generate an HTML report of current incidents grouped by process |
casen report sla | Generate an SLA compliance report for process instances |
@bpmnkit/casen-worker-ai
Section titled “@bpmnkit/casen-worker-ai”AI task worker plugin for casen — classify, summarize, extract, and decide using Claude
Installation
Section titled “Installation”casen plugin install @bpmnkit/casen-worker-ai| Command | Description |
|---|---|
casen ai-worker classify | Classify text into one of the given categories |
casen ai-worker summarize | Summarize text to a given length and style |
casen ai-worker extract | Extract structured fields from unstructured text |
casen ai-worker decide | Make a boolean decision based on a question, context, and optional policy |
@bpmnkit/casen-worker-http
Section titled “@bpmnkit/casen-worker-http”Example casen worker plugin — processes HTTP connector jobs using the JSONPlaceholder API
Installation
Section titled “Installation”casen plugin install @bpmnkit/casen-worker-http| Command | Description |
|---|---|
casen http-worker start | Subscribe to HTTP connector jobs and complete them with live API data |
Authoring Plugins
Section titled “Authoring Plugins”See the Plugin Authoring guide to build and publish your own casen plugin.