# flowable-engine **Repository Path**: hnbits/flowable-engine ## Basic Information - **Project Name**: flowable-engine - **Description**: flowable 源码 加速一下、定期同步 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 33 - **Created**: 2022-05-05 - **Last Updated**: 2022-05-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Flowable (V6) ======== [Maven Central: ![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.flowable/flowable-engine/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.flowable/flowable-engine) [Docker Images: ![Docker Hub](https://images.microbadger.com/badges/version/flowable/flowable-rest.svg)](https://hub.docker.com/u/flowable/) [Travis CI: ![build status badge](https://travis-ci.org/flowable/flowable-engine.svg?branch=master)](https://travis-ci.org/flowable/flowable-engine) [License: ![license](https://img.shields.io/hexpm/l/plug.svg)](https://github.com/flowable/flowable-engine/blob/master/LICENSE) Homepage: https://www.flowable.org/ ## flowable / flowəb(ə)l / * a compact and highly efficient workflow and Business Process Management (BPM) platform for developers, system admins and business users. * a lightning fast, tried and tested BPMN 2 process engine written in Java. It is Apache 2.0 licensed open source, with a committed community. * can run embedded in a Java application, or as a service on a server, a cluster, and in the cloud. It integrates perfectly with Spring. With a rich Java and REST API, it is the ideal engine for orchestrating human or system activities. ## Introduction ### License Flowable is distributed under the Apache V2 license (http://www.apache.org/licenses/LICENSE-2.0.html). ### Download The Flowable downloads can be found on https://www.flowable.org/downloads.html. ### Sources The distribution contains most of the sources as jar files. The source code of Flowable can be found on https://github.com/flowable/flowable-engine. ### JDK 8+ Flowable runs on a JDK higher than or equal to version 8. Go to https://www.oracle.com/technetwork/java/javase/downloads/index.html and click on button "Download JDK". There are installation instructions on that page as well. To verify that your installation was successful, run "java -version" on the command line. That should print the installed version of your JDK. ### Contributing Contributing to Flowable: https://github.com/flowable/flowable-engine/wiki. ### Reporting problems Every self-respecting developer should have read this link on how to ask smart questions: http://www.catb.org/~esr/faqs/smart-questions.html. After you've done that you can post questions and comments on https://forum.flowable.org and create issues in https://github.com/flowable/flowable-engine/issues.