All Projects → AlfrescoArchive → activiti-examples

AlfrescoArchive / activiti-examples

Licence: Apache-2.0 license
This repository contains Activiti 7.x Examples

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to activiti-examples

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…
Stars: ✭ 8,227 (+2141.69%)
Mutual labels:  bpm, activiti
activiti-examples
Alfresco Process Services powered by Activiti Examples.
Stars: ✭ 58 (-84.2%)
Mutual labels:  bpm, activiti
tumbleweed
Lightweight workflow engine microservice implement BPMN 2.0
Stars: ✭ 23 (-93.73%)
Mutual labels:  bpm, bpmn2
Workflower
A BPMN 2.0 workflow engine for PHP
Stars: ✭ 540 (+47.14%)
Mutual labels:  bpm
Bpm
Library and tool for dealing with beats per second detection
Stars: ✭ 57 (-84.47%)
Mutual labels:  bpm
Flow core
FlowCore is a Rails engine to help you build your automation or business process application.
Stars: ✭ 120 (-67.3%)
Mutual labels:  bpm
flowable-vue-ui
No description or website provided.
Stars: ✭ 56 (-84.74%)
Mutual labels:  bpmn2
Activflow
Generic, light-weight & extensible Workflow Engine for agile automation of Business Processes | Django, Python
Stars: ✭ 510 (+38.96%)
Mutual labels:  bpm
Camunda Bpm Platform
Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Spring, Spring Boot, CDI.
Stars: ✭ 2,390 (+551.23%)
Mutual labels:  bpm
Workflow
审批王,华炎魔方内置BPM工作流引擎,低代码快速开发平台。
Stars: ✭ 111 (-69.75%)
Mutual labels:  bpm
Kogito Examples
Kogito examples - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
Stars: ✭ 96 (-73.84%)
Mutual labels:  bpm
Activiti 7 Developers Guide
https://activiti.gitbook.io/activiti-7-developers-guide/
Stars: ✭ 120 (-67.3%)
Mutual labels:  bpm
Pulsesensorplayground
A PulseSensor library (for Arduino) that collects our most popular projects in one place.
Stars: ✭ 126 (-65.67%)
Mutual labels:  bpm
Alfresco Js Api
This project provides a JavaScript client API into the Alfresco REST API and Activiti REST API.
Stars: ✭ 90 (-75.48%)
Mutual labels:  bpm
Smartflow Sharp
基于C#语言研发的Smartflow-Sharp工作流组件,该工作流组件的特点是简单易用、方便扩展、支持多种数据库访问、高度可定制化,支持用户按需求做功能的定制开发,节省用户的使用成本
Stars: ✭ 594 (+61.85%)
Mutual labels:  bpm
Kogito Runtimes
Kogito Runtimes - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
Stars: ✭ 188 (-48.77%)
Mutual labels:  bpm
Uflo
UFLO是一款基于Spring的纯Java流程引擎,支持并行、动态并行、串行、会签等各种流转方式。
Stars: ✭ 514 (+40.05%)
Mutual labels:  bpm
Jbpm
a Business Process Management (BPM) Suite
Stars: ✭ 1,226 (+234.06%)
Mutual labels:  bpm
Rhythmbox
A Rhythm Box System for your iOS app written in Swift. 🎵
Stars: ✭ 116 (-68.39%)
Mutual labels:  bpm
micronaut-camunda-external-client
This open source project allows you to easily integrate Camunda's External Task Clients into Micronaut projects: simply add a dependency in your Micronaut project
Stars: ✭ 19 (-94.82%)
Mutual labels:  bpm

Activiti Core Examples

This repository contains Activiti Core Examples using the new ProcessRuntime and TaskRuntime APIs.

  • activiti-api-basic-process-example: simple example using the ProcessRuntime APIs only
  • activiti-api-basic-task-example: simple example using the TaskRuntime APIs only
  • activiti-api-basic-full-example: simple example combining ProcessRuntime and TaskRuntime APIs
  • activiti-api-spring-integration-example: simple example combining Spring Integration framework and the new ProcessRuntime APis

These examples are updated regularly to consume our frequent releases which can be found in our Alfresco Nexus Repository:

<repositories>
    <repository>
      <id>alfresco</id>
      <name>Activiti Releases</name>
      <url>https://artifacts.alfresco.com/nexus/content/repositories/activiti-releases/</url>
      <releases>
        <enabled>true</enabled>
      </releases>
    </repository>
</repositories>

You can also take a look at our tags for more stable releases such as:

Which uses the Maven Artifacts published in Maven Central.

For cloud-based examples see https://github.com/Activiti/activiti-cloud-examples

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].