Skip to content
forked from Activiti/Activiti

Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted at business people, developers and system admins. Its core is a super-fast and rock-solid BPMN 2 process engine for Java. It's open-source and distributed under the Apache license. Activiti runs in any Java application, on a server, on a cluster or in the cl

License

Notifications You must be signed in to change notification settings

gereky/Activiti

Repository files navigation

activiti-examples

This repository contains Activiti 7.x Examples based on a single java runtime. For cloud-based examples see https://github.com/Activiti/activiti-cloud-examples

emergency-call-center

This is a demo of using the engine to handle responses to a emergency calls.

loan-request

Illustration of using the activiti-spring integration to use spring (not spring boot).

Note on Spring Boot

For spring boot use activiti-cloud-starter-runtime-bundle if cloud (includes integration with other cloud components) or activiti-cloud-starter-configure if not cloud. The starter activiti-cloud-starter-configure replaces spring-boot-starter-basic - spring boot usage should otherwise be as per v6. For v6 explanation and examples see:

http://www.baeldung.com/spring-activiti https://spring.io/blog/2015/03/08/getting-started-with-activiti-and-spring-boot https://github.com/Activiti/Activiti/tree/6.0-release/modules/activiti-spring-boot/spring-boot-samples

About

Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted at business people, developers and system admins. Its core is a super-fast and rock-solid BPMN 2 process engine for Java. It's open-source and distributed under the Apache license. Activiti runs in any Java application, on a server, on a cluster or in the cl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.7%
  • Other 0.3%