Support for a non-decorator API to register workflows and steps #379
dangdennis
started this conversation in
Ideas
Replies: 1 comment
|
Note, work related to this discussion is tracked by Issue #380 This is possible to do on the 0.8 release, but it needed a better developer experience. PR #382 improved the developer experience to the point that I was able to build (with AI assistance) a 10 line I'm not a Clojure developer (yet!). I have no idea about conventions and best practices in this community. I'd love to have an official Clojure wrapper library, but I have some outstanding questions:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I’ve been building a Clojure application and would like to use the Java sdk. In order to do so neatly, I’d prefer if there is a non-decorator based API. This would make the SDK more ergonomic to use from Clojure.
There is a workaround right now where I author thin workflows and steps that call out to my Clojure core. But I’ve yet to determine how to wrap the datasource transaction api. Also have a workaround - just write idempotent transactions anyhow.
All reactions