This repository contains tools that helps to upgrade Zeebe from an old version to a newer one.
Download a release from the releases page.
Upgrade BPMN workflows using the following command:
java -jar zeebe-upgrade-workflows.jar <source-directory> <target-directory>
<source-directory>
- the directory to read the BPMN files from<target-directory>
- the directory to write the upgraded BPMN files to
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.