copper-starter
October 22, 2020 ยท View on GitHub
copper-starter
A quickstarter example project for copper engine.
Features of copper-engine:
- a workflow engine that provides unlimited "threads"
- threads will be serialized transient or persistent
- Workflow-Files with wait()-continuations coded in Java
- Workflow-Files with version attributes to support old long running jobs
- Workflow with typesafe RequestData and Response object.
- Workflows can be updated at runtime (by changing the source files)
- Breakpoints in Workflow-files works fine for debugging
What you need to have:
- Java JDK 1.8+
- Java IDE Eclipse or intellij IDEA or terminal