camunda / camunda-modeler

An integrated modeling solution for BPMN, DMN and Forms based on bpmn.io.
https://camunda.com/products/modeler
MIT License
1.49k stars 476 forks source link

It should be possible to configure userData directory via flag #1625

Closed pinussilvestrus closed 4 years ago

pinussilvestrus commented 4 years ago

Is your feature request related to a problem? Please describe.

Currently, we use the default userData directory for each operating system as our search-paths. This is not giving us the flexibility to offer custom directories, e.g. to use the app in integration testing with plugins. With the option to edit the userData path it would be possible to start Camunda Modeler instances without depending on the user's configuration and with a cleared setup.

Describe the solution you'd like

It should be possible to configure the userData path via flag, e.g. --user-path='any/foo/path'

Describe alternatives you've considered

/

Additional context

nikku commented 4 years ago

Assuming this is an easy pick, let's build this so we can start to use it.

oguzeroglu commented 4 years ago

Closed via #1626