jbpm

jBPM is a toolkit for building business applications to help automate business processes and decisions

BPM makes the bridge between business analysts, developers and end users, by offering process management features and tools in a way that both business users and developers like it.

   1 cd ~
   2 wget https://download.jboss.org/jbpm/release/7.73.0.Final/jbpm-server-7.73.0.Final-dist.zip
   3 mkdir jbpm
   4 mv jbpm-server-7.73.0.Final-dist.zip jbpm/
   5 cd jbpm/
   6 unzip jbpm-server-7.73.0.Final-dist.zip
   7 bin/standalone.sh
   8 # http://localhost:8080/business-central
   9 # Login/password: wbadmin/wbadmin 
  10 # OpenAPI Swagger http://localhost:8080/kie-server/docs
  11 

Predefined users

jbpm (last edited 2023-02-02 21:28:02 by localhost)