Important
This plugin was replaced by the built-in variable outline feature of Camunda Modeler v5.27.
This plugin adds a new Tab to the bottom panel for Camunda 8 diagrams. It displays a tree view of the process scopes. You can search for specific data in your process using the search bar.
- Download the ZIP file from the
latest
branch. - Unpack the archive into the
plugins
directory of the Camunda Modeler (cf. Camunda Documentation). - Restart the Camunda Modeler and open a Camunda 8 Diagram.
To get the development setup make sure to have NodeJS installed. As soon as you are set up, clone the project and execute
npm install
npm start
MIT