Hi, I'm trying to evaluate Copper engine for our usage - we are looking for something implementing persistent workflows.
I have some questions. Could you please navigate me to appropriate answers?
- is there a simple example – just maven build (no gradle), just simple workflow with a few steps, no persistence, ClasspathWorkflowRepository used?
- ClasspathWorkflowRepository - it is mentioned in several discussions but I couldn't find it in the sources? Where is it? I don't need on the fly rebuild of workflows, so this simpler deployment method would be perfect.
- Spring integration - is there an example that uses Spring to instantiate all necessary objects to run the framework and uses Spring to inject spring beans into workflows?
Thanks a lot, any tips are appreciated. I found the documentation a bit limited.