Registry / other / flowable-engine

flowable-engine

JSON →
library8.0.0javamavenunverified

Lightweight workflow and Business Process Management (BPMN, CMMN, DMN) engine for Java.

<dependency> <groupId>org.flowable</groupId> <artifactId>flowable-engine</artifactId> <version>8.0.0</version> </dependency>
INSTALL
IMPORT
SIG · FLOWABLE-ENGINE
F
flowable-engine
otherjavav8.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ProcessEngine
org.flowable.engine.ProcessEngine

Create and configure a Flowable process engine.

import org.flowable.engine.ProcessEngine; import org.flowable.engine.ProcessEngineConfiguration; ProcessEngine processEngine = ProcessEngineConfiguration.createStandaloneProcessEngineConfiguration() .setDatabaseSchemaUpdate(ProcessEngineConfiguration.DB_SCHEMA_UPDATE_TRUE) .buildProcessEngine(); // Deploy and start processes
Debug
Known issues

No known issues recorded.

Upgrade
Version history
8.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
flowable-engine — mvn dependency:get flowable-engine · libregistry