https://github.com/npdeehan/bpmn-quest
https://github.com/npdeehan/bpmn-quest
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/npdeehan/bpmn-quest
- Owner: NPDeehan
- Created: 2015-08-26T10:50:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-02-04T19:08:56.000Z (over 2 years ago)
- Last Synced: 2025-01-23T01:34:36.076Z (over 1 year ago)
- Language: JavaScript
- Size: 20.2 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Camunda BPM Process Application
A Process Application for [Camunda BPM](http://docs.camunda.org).
This project has been generated by the Maven archetype
[camunda-archetype-servlet-war-7.3.1](http://docs.camunda.org/latest/guides/user-guide/#process-applications-maven-project-templates-archetypes).
## Show me the important parts!

## How does it work?
## How to use it?
There is no web interface to access the application.
To get started refer to the `InMemoryH2Test`.
You can also use `ant` to build and deploy the example to an application server.
For that to work you need to copy the file `build.properties.example` to `build.properties`
and configure the path to your application server inside it.
Alternatively, you can also copy it to `${user.home}/.camunda/build.properties`
to have a central configuration that works with all projects generated by the
[Camunda BPM Maven Archetypes](http://docs.camunda.org/latest/guides/user-guide/#process-applications-maven-project-templates-archetypes).
Once you deployed the application you can run it using
[Camunda Tasklist](http://docs.camunda.org/latest/guides/user-guide/#tasklist)
and inspect it using
[Camunda Cockpit](http://docs.camunda.org/latest/guides/user-guide/#cockpit).
## Environment Restrictions
Built and tested against Camunda BPM version 7.3.0.
## Known Limitations
## Improvements Backlog
## License
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).