Zeebe test template with Java client
July 16, 2019 ยท View on GitHub
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.
Usage
-
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
WorkflowTestlocally in your IDE.Or, using the Maven command:
mvn clean test.
Code of Conduct
This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to code-of-conduct@zeebe.io.