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.
More information can be found in project wiki.
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>
Please check following examples: