This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; 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 |
OlderNewer