https://github.com/philippfromme/camunda-modeler-plugin-resize-tasks
Camunda Modeler plugin that makes tasks resizable
https://github.com/philippfromme/camunda-modeler-plugin-resize-tasks
camunda camunda-modeler camunda-modeler-plugin
Last synced: 5 months ago
JSON representation
Camunda Modeler plugin that makes tasks resizable
- Host: GitHub
- URL: https://github.com/philippfromme/camunda-modeler-plugin-resize-tasks
- Owner: philippfromme
- Created: 2019-11-26T16:23:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-19T15:50:10.000Z (about 2 years ago)
- Last Synced: 2025-05-07T15:04:07.073Z (5 months ago)
- Topics: camunda, camunda-modeler, camunda-modeler-plugin
- Language: JavaScript
- Homepage:
- Size: 4.39 MB
- Stars: 16
- Watchers: 1
- Forks: 4
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/camunda/camunda-modeler)
# Camunda Modeler Plugin: Resize Tasks
A Camunda Modeler plugin that makes tasks resizable. In case your _Grundstücksverkehrsgenehmigungszuständigkeitsübertragungsverordnung_ doesn't fit.

## Using the Plugin
1. [Download ZIP](https://github.com/philippfromme/camunda-modeler-plugin-resize-tasks/archive/master.zip)
2. Extract
3. Move to [app data directory](https://github.com/camunda/camunda-modeler/tree/master/docs/search-paths#app-data-directory) or [user data directory](https://github.com/camunda/camunda-modeler/tree/master/docs/search-paths#user-data-directory) (make sure to move the plugin, not its parent directory)
4. Restart Camunda Modeler## Building the Plugin
Install dependencies:
```sh
npm install
```Package plugin to `client/client-bundle.js`:
```sh
npm run bundle
```or
```sh
npm run bundle:watch
```## Additional Resources
* [Plugins documentation](https://github.com/camunda/camunda-modeler/tree/master/docs/plugins)
# Licence
MIT