Git Product home page Git Product logo

camunda-bpm-workbench's Introduction

camunda BPM workbench

Camunda BPM Workbench is a web-application allowing you to implement your BPMN processes directly in your browser.

workbench close-up

Resources

Components

The app provides a BPMN modeler, a script editing component and a debugger. These allow you to design BPMN 2.0 processes and interactively explore their execution.

BPMN Modeler

The BPMN renderer embeds bpmn.io rendering BPMN 2.0 XML files directly inside the browser. You can simply drop a BPMN file from your desktop and have it rendered inside the Browser.

Script Editor

The script editor allows editing the scripts associated with BPMN Script Tasks. It embedds the well-known Ace editor for comfortable script editing.

Debugger

The debugger connects to a camunda BPM runtime using a Websocket. Put breakpoints directly inside the process diagram, inspect the current state of the process variables and interact with a process instance through an interactive scripting console.

Setup and Run

Clone the git repository:

git clone [email protected]:camunda/camunda-bpm-workbench.git

Install client dependencies:

(cd webapp/ && npm install && bower install)

Build and start backend on localhost:9090:

(cd api && mvn clean install)
(cd api/debug-service-websocket && mvn exec:java -P develop)

Build client and start it on localhost:9000

(cd webapp/ && grunt auto-build)

Open http://localhost:9000 in your browser.

Docker

Start the workbench embedded in the latest camunda-bpm-platform tomcat distro with:

docker run --name workbench -p 8080:8080 -p 8090:8090 -p 9090:9090 \
           camunda/camunda-bpm-workbench

Or use the docker-compose.yml in the docker/ directory:

docker-compose up workbench

License

This project is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE (AGPL)

camunda-bpm-workbench's People

Contributors

artild avatar hawky-4s- avatar menski avatar meyerdan avatar nikku avatar thorbenlindhauer avatar zeropaper avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.