Skip to content

copper-engine/copper-starter

Repository files navigation

PRs Welcome License Build Status

copper-starter

A quickstarter example project for copper engine.

Documentation

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