An agnostic flow engine based on Temporal.
akuflow-temporal-bpmn-engine: BPMN compiler/runtime + Temporal workflow integration (publishable library shape)akuflow-reference-spring-boot: Spring Boot API/reference implementation that depends on the engine module
- Engine:
com.convertic.akuflow.bpmn.*,com.convertic.akuflow.temporal.*,com.convertic.akuflow.workflow.*,com.convertic.akuflow.engine.*, engine config - Reference app:
com.convertic.akuflow.api.*, application bootstrap, app-level logging/config
- Compile all modules:
./gradlew compileKotlin - Run tests:
./gradlew test - Run reference app:
./gradlew :akuflow-reference-spring-boot:bootRun
Detailed split notes: docs/architecture/module-split-plan.md.