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 # move war files out of deployments
   8 bin/standalone.sh
   9 # http://127.0.0.1:9990 admin console
  10 # http://localhost:8080/business-central
  11 # Login/password: wbadmin/wbadmin 
  12 # OpenAPI Swagger http://localhost:8080/kie-server/docs
  13 

Predefined users

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