Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 928 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 928 Bytes

Zeebe test template with Java client

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

  1. Clone this repository, or use it as template to create a new one.

  2. 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
  3. Check the results by running the test WorkflowTest locally in your IDE.

    Or, using the Maven command: mvn clean test.

  4. Share your repository in the forum, or as part of an issue.

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.