Skip to content

Commit

Permalink
Merge branch 'master' of github.com:camunda/camunda-consulting
Browse files Browse the repository at this point in the history
  • Loading branch information
berndruecker committed Dec 18, 2015
2 parents 708f27e + 24e5613 commit ee93d5a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
11 changes: 8 additions & 3 deletions snippets/upload-and-deploy-processes/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Camunda BPM Process Application
# Event Sub-Process Example
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.2](http://docs.camunda.org/latest/guides/user-guide/#process-applications-maven-project-templates-archetypes).

## Show me the important parts!
![BPMN Process](src/main/resources/process.png)
The first process is started with a BPMN file a DMN file or both, it then displays those to a user as an embedded tasklist form to be validated.
If anything was validated it is then deployed via a service task.
![BPMN Process](src/main/resources/process.svg)

The second process lists all deployed BPMN processes and DMN tables and offers the ability to "undeploy" any of the available options (or none)
![BPMN Process](src/main/resources/remove-deployment.svg)

## How does it work?
This is a simple process which demonstrates how you can upload a BPMN 2.0 file, have it reviewed and the choose to deploy it.
Expand Down Expand Up @@ -34,7 +39,7 @@ 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. and 7.4.0-alpha2
Built and tested against Camunda BPM version 7.3.0. and 7.4.0

## License
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ee93d5a

Please sign in to comment.