# bpmn-js-token-simulation-plugin **Repository Path**: mirrors_bpmn-io/bpmn-js-token-simulation-plugin ## Basic Information - **Project Name**: bpmn-js-token-simulation-plugin - **Description**: Token simulation as a plugin for the Camunda Modeler - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2025-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Camunda Modeler Token Simulation Plug-in [![Build Status](https://github.com/camunda/camunda-modeler-token-simulation-plugin/workflows/CI/badge.svg)](https://github.com/camunda/camunda-modeler-token-simulation-plugin/actions?query=workflow%3ACI) [![Compatible with Camunda Modeler version 5](https://img.shields.io/badge/Modeler_Version-5.0.0+-blue.svg)](#) [![Plugin Type](https://img.shields.io/badge/Plugin_Type-BPMN-orange.svg)](#) [bpmn-js-token-simulation](https://github.com/bpmn-io/bpmn-js-token-simulation) as a plugin for the [Camunda Modeler](https://camunda.org/bpmn/tool/). ![Screenshot](docs/screenshot.png) ## How to use 1. Download and copy this repository into the `plugins` directory of the Camunda Modeler 2. Start the Camunda Modeler 3. Simulate tokens in a regular BPMN tab ### Installing on macOS Open a Terminal window and run the following commands: 1. `cd ~/Library/Application\ Support/camunda-modeler` 2. `mkdir -p resources/plugins` 3. `cd resources/plugins` 4. `git clone https://github.com/camunda/camunda-modeler-token-simulation-plugin` Restart Camunda Modeler. ## Compatibility Notice | Plugin Version | Compatible With Camunda Modeler | |-|-| | 0.8.0 - 0.15.0 | 2.2 - 4.x | | 0.16.0+ | 5.0.0+ | ## Additional Resources * [List of existing plug-ins](https://github.com/camunda/camunda-modeler-plugins) * [Plugins documentation](https://github.com/camunda/camunda-modeler/tree/master/docs/plugins) * [Plugin starter project](https://github.com/camunda/camunda-modeler-plugin-example) ## Licence MIT