Skip to content

casen Plugins

Official plugins extend casen with domain-specific command groups. Install them with:

Terminal window
casen plugin install <name>
PluginDescription
@bpmnkit/casen-reportRender HTML reports from Camunda 8 incident and SLA data
@bpmnkit/casen-worker-aiAI task worker plugin for casen — classify, summarize, extract, and decide using Claude
@bpmnkit/casen-worker-httpExample casen worker plugin — processes HTTP connector jobs using the JSONPlaceholder API

Render HTML reports from Camunda 8 incident and SLA data

Terminal window
casen plugin install @bpmnkit/casen-report
CommandDescription
casen report incidentsGenerate an HTML report of current incidents grouped by process
casen report slaGenerate an SLA compliance report for process instances

AI task worker plugin for casen — classify, summarize, extract, and decide using Claude

Terminal window
casen plugin install @bpmnkit/casen-worker-ai
CommandDescription
casen ai-worker classifyClassify text into one of the given categories
casen ai-worker summarizeSummarize text to a given length and style
casen ai-worker extractExtract structured fields from unstructured text
casen ai-worker decideMake a boolean decision based on a question, context, and optional policy

Example casen worker plugin — processes HTTP connector jobs using the JSONPlaceholder API

Terminal window
casen plugin install @bpmnkit/casen-worker-http
CommandDescription
casen http-worker startSubscribe to HTTP connector jobs and complete them with live API data

See the Plugin Authoring guide to build and publish your own casen plugin.