Skip to content

Instantly share code, notes, and snippets.

View mlimotte's full-sized avatar

Marc Limotte mlimotte

View GitHub Profile
@mlimotte
mlimotte / gist:bb060acaf5c76652cebcc8e9a189ec91
Created August 31, 2025 13:20
Clojure interface for Camunda, wraps io.camunda/zeebe-client-java
;; Clojure interface for Camunda. It's a nice product, but way too expensive for a startup.
;; I'm going to look at n8n.io instead. But in case, if you want to use Camunda, this code
;; may give you a headstart. Basic support for client, external service task workers,
;; starting jobs.
;; This namespace provides:
;; - Camunda client
;; - retrieving variables froma job
;; - complete a job
;; - fail a job