This is an official Bonita connector for the Bonita BPM platform.
Technology Stack:
- Java 17
- Maven
- Bonita Runtime 10.2.0+
# Build all (skip tests)
./mvnw clean package
# Build with tests
./mvnw clean verify
# Run unit tests only
./mvnw test
# Run a single test class
./mvnw test -Dtest=MyConnectorTestUse conventional commits:
type(scope): description
Types: feat, fix, chore, docs, refactor, test, ci, perf
Releases are managed via GitHub Actions:
- Run the "Release" workflow with the target version
- Optionally set
update_marketplace: trueto publish to the Bonita marketplace