Today, the usage of Java decorators excludes an easy API for Clojure wrappers to define their own workflows and steps in pure Clojure.
As a workaround, I have had to define workflows and steps in Java and call Clojure business logic within the Java workflows. And then wrap the Java workflows with my own Clojure code. It’s not the best experience.
Ideally I can define Clojure workflows like how Typescript and Go can with their registerWorkflow and registerStep equivalent APIs.
Today, the usage of Java decorators excludes an easy API for Clojure wrappers to define their own workflows and steps in pure Clojure.
As a workaround, I have had to define workflows and steps in Java and call Clojure business logic within the Java workflows. And then wrap the Java workflows with my own Clojure code. It’s not the best experience.
Ideally I can define Clojure workflows like how Typescript and Go can with their registerWorkflow and registerStep equivalent APIs.