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

Latest commit

 

History

History
20 lines (12 loc) · 735 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 735 Bytes

Zeebe Upgrade Tools

This repository contains tools that helps to upgrade Zeebe from an old version to a newer one.

Usage

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

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 [email protected].