+# Camunda process manager
+
Run ```./camunda.py``` to just deploy the process.
-Flags:
+## Flags
```--autoclick 1```: will deploy the process and run it with three terms.
Result should be available in Camunda Tasklist -> All Tasks
+```--autoclick 2```: will deploy the process, run it with three terms, and tries to download the pdf
+
```--no-deploy```: do not deploy the process, probably only useful with the autoclick-flag
```--no-cleanup```: do not remove old deployments, keep tasks running (might be confusing if there are multiple deployments)
-Default login:
+## Default login
URI: http://localhost:8080/camunda/
+
User: demo
+
Pass: demo