This repository contains a simple example of how to write a test for Zeebe. You can use it for reporting bugs or asking questions in the forum.
-
Clone this repository, or use it as template to create a new one.
-
Modify the test and/or workflow to your needs.
- JUnit test:
src/test/java/io/zeebe/WorkflowTest.java
- BPMN workflow:
src/test/resources/process.bpmn
- JUnit test:
-
Check the results by running the test
WorkflowTest
locally in your IDE.Or, using the Maven command:
mvn clean test
.
This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].