Skip to content

sanogotech/flowablespringbootsample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Flowable with Spring Boot

Java Lectures

Article Medium: Video Tutorials: https://flowable.com/open-source/docs/userguide-5/index.html#configuration

TOMCAT /Flowable

  • Flowable Admin*: an administrative application that allows users with admin privilege to query the BPMN, DMN, form and content engines and provides several options to change process instances, tasks, jobs and so on. The admin application connects to the engines through the REST API that is deployed together with the Flowable Task app and the Flowable REST app.
apps – By default looks for all files ending with .zip or .bar and deploys them
cases – By default looks for all files ending with .cmmn, .cmmn11, .cmmn.xml or .cmmn11.xml and deploys them
dmn – By default looks for all files ending with .dmn, .dmn11, .dmn.xml or .dmn12.xml and deploys them
forms – By default looks for all files ending with .form and deployes them
processes – By default looks for all files ending with .bpmn20.xml or .bpmn
The REST Servlets are also available under:

process-api for the Process Engine
cmmn-api for the CMMN Engine
dmn-api for the DMN Engine
idm-api for the IDM Engine
form-api for the Form Engine
content-api for the Content Engine

Flowable OpenAPI (Swagger) docs

Doc Urls

Run

mvn  spring-boot:run

Tomcat

*add application.properties in TOMACAT-HOME/lib

spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/flowable?useSSL=false&serverTimezone=UTC&useLegacyDatetimeCode=false&characterEncoding=UTF-8
spring.datasource.username=flowable
spring.datasource.password=flowable

User Management

Create Workflow

REST API:

Releases

No releases published

Packages

 
 
 

Languages

  • Java 100.0%