Skip to content
janko edited this page Mar 22, 2025 · 10 revisions

CaseCore

CaseCore is a small spring-boot extension for development of long-running processes and workflows.
It was developed on top of Java 17, Spring-Boot 3.0.13.

Documentation

More information can be found in project wiki.

Last version

MinuteFlow packages are stored in maven central repository.

For the latest version please use following dependency:

<dependency>
  <groupId>org.minutetask.casecore</groupId>
  <artifactId>casecore</artifactId>
  <version>0.5.2</version>
</dependency>

Tutorial

Please check following examples:

Clone this wiki locally