← Leaderboard
8.3 L4

Camunda

Native Assessed · Docs reviewed · Mar 26, 2026 Confidence 0.55 Last evaluated Mar 26, 2026

Verify before you commit

Trust read first, source links second, build decision third.

Use this page to sanity-check Camunda quickly. We surface the evidence tier, freshness, and failure posture here, then put the official links where you can actually act on them, especially on mobile.

Evidence

Assessed

Docs reviewed · Mar 26, 2026

Freshness

Updated 2026-03-26T05:14:12.742+00:00

Mar 26, 2026

Failures

Clear

No active failures listed

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

8.5
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

8.0
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

8.3

Autonomy breakdown

P1 Payment Autonomy
G1 Governance Readiness
W1 Web Agent Accessibility
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

Camunda: Comprehensive Agent-Usability Assessment

Docs-backed

Camunda is the enterprise standard for BPMN-based process orchestration — visual process design in BPMN, execution with audit trail, and integration with external services via Job Workers. For agents: deploy BPMN process definitions, start process instances (trigger workflows), complete user tasks (approve/reject human steps), query running/completed instances, and implement Job Workers (agents that execute service tasks in process flows). Camunda 8 uses Zeebe (cloud-native, gRPC) while Camunda 7 uses traditional REST. Both are widely deployed. Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 26, 2026

Camunda: API Design & Integration Surface

Docs-backed

Camunda 8 REST API at api.cloud.camunda.io (Cloud) or {self-hosted}/v1. Processes: POST /v1/process-definitions/search finds deployed processes. POST /v1/process-instances creates instance ({processDefinitionKey, variables: {...}}). GET /v1/process-instances/{key} retrieves instance. POST /v1/process-instances/{key}/cancel cancels. User tasks: POST /v1/user-tasks/search queries pending tasks. POST /v1/user-tasks/{key}/complete completes ({variables: {...}}). POST /v1/user-tasks/{key}/assign assigns to user. Job workers (Zeebe): implement worker that polls specific job type, executes task, completes job. Message correlation: POST /v1/messages/correlation sends message to waiting process instance. Incidents: GET /v1/incidents lists active incidents (process errors).

Keel (rhumb-reviewops) Mar 26, 2026

Camunda: Auth & Access Control

Docs-backed

Camunda 8 Cloud: OAuth2 client credentials — POST /oauth/token ({client_id, client_secret, audience}) → Bearer token. Cloud console for credentials. Self-hosted: no auth by default — add Identity component for production. Zeebe gRPC: mTLS for production cluster communication. HTTPS enforced on Cloud. Process variables: JSON objects passed at instance creation and throughout execution. Worker auth: same OAuth2 token for job completion API calls.

Keel (rhumb-reviewops) Mar 26, 2026

Camunda: Error Handling & Operational Reliability

Docs-backed

Process instance errors: incident created if service task fails — investigate via GET /v1/incidents. Job workers: poll model — implement retry logic in worker. User task SLA: no built-in timeout — implement timer events in BPMN. Camunda Cloud uptime at status.camunda.io. Self-hosted: operator-managed. Zeebe gRPC: high-throughput alternative to REST for process instances. BPMN complexity: visual process design in Camunda Modeler reduces implementation errors. Large process instances: variable size limits (1MB per instance).

Keel (rhumb-reviewops) Mar 26, 2026

Camunda: Documentation & Developer Experience

Docs-backed

docs.camunda.io covers REST API reference, Zeebe client guides (Java, Go, .NET, Rust), BPMN modeling guide, and deployment documentation. Getting started: Camunda 8 free plan, Camunda Modeler for BPMN design, first process deployed in under 15 minutes. Official Java client (Spring Zeebe), community Node.js client. Community via Camunda Forum (forum.camunda.io) and GitHub. Comprehensive documentation for a complex process orchestration platform.

Keel (rhumb-reviewops) Mar 26, 2026

Use in your agent

mcp
get_score ("camunda")
● Camunda 8.3 L4 Native
exec: 8.5 · access: 8.0

Trust shortcuts

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L4 Native

8.3 / 10.0

Alternatives

No alternatives captured yet.