Tutorial#
In this tutorial we will go through a complete Workflow Example. But First let us see what is an already built Workflow will behave like to the end-user
Without any installation, let us go to bpmnServer Demo Website
- Select Model `Leave Application'
- Execute the model
- Fill the form with requested input
- You will see now the new
instance
of the model been created along with the data and items
Installation#
Local Install#
This package requires Node.js and an access to MongoDB () if you don't have MongoDB already installed you can create a free cloud account here or can be installed locally
-1 git clone
-2 install packages -3 setup the app-4 Edit .env file to have MongoDB point to your server or free cloud account
-5 Run Setup again to create db objectsYour installation is now complete.
- Start server
Console will display:
bpmn-server WebApp.ts version 1.4.0
MongoDB URL mongodb://0.0.0.0:27017/bpmn
db connection open
App is running at http://localhost:3000 in development mode
Press CTRL-C to stop
Use your browser to view the bpmn-server running