All Projects → Activiti → Activiti Examples

Activiti / Activiti Examples

Licence: apache-2.0
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

Rpcx Examples
examples for the latest rpcx
Stars: ✭ 256 (-17.95%)
Mutual labels:  example
Echox
Echo cookbook and website
Stars: ✭ 275 (-11.86%)
Mutual labels:  example
Grpc Web Hacker News
An example app implementing a Hacker News reader in React with gRPC-Web and Go backend
Stars: ✭ 294 (-5.77%)
Mutual labels:  example
Vaporschool
Learn how to build vapor applications from rookie to champion in a constructive way!
Stars: ✭ 259 (-16.99%)
Mutual labels:  example
Daemon
Simple example of daemon for Linux
Stars: ✭ 267 (-14.42%)
Mutual labels:  example
Examples
Many examples of Raku code
Stars: ✭ 276 (-11.54%)
Mutual labels:  example
cobra-example
minimal example of cobra app
Stars: ✭ 43 (-86.22%)
Mutual labels:  example
React Ultimate
React Ultimate Example
Stars: ✭ 304 (-2.56%)
Mutual labels:  example
Api Docs
api.nasa.gov
Stars: ✭ 267 (-14.42%)
Mutual labels:  example
Flutter Layouts Exampls
Layout of the flutter example.such as Row,Comlun,listview,Just for learning.
Stars: ✭ 292 (-6.41%)
Mutual labels:  example
Alfresco Ng2 Components
Alfresco Angular Components
Stars: ✭ 259 (-16.99%)
Mutual labels:  bpm
Project Minimek
A sample app to demonstrate various useful Redux techniques, accompanying the blog series at http://blog.isquaredsoftware.com/series/practical-redux
Stars: ✭ 266 (-14.74%)
Mutual labels:  example
Avenging
MVP pattern example on Android: no Dagger or RxJava example
Stars: ✭ 279 (-10.58%)
Mutual labels:  example
Create React App Typescript Todo Example 2020
🚀 Create React App TypeScript Todo Example 2020
Stars: ✭ 255 (-18.27%)
Mutual labels:  example
Rails workflow
Check Wiki for details
Stars: ✭ 295 (-5.45%)
Mutual labels:  bpm
Examples Win32
Shows how to use Win32 controls by programming code (c++17).
Stars: ✭ 22 (-92.95%)
Mutual labels:  example
Cleancppproject
Clean C++ project for you to use. Features: Modern CMake, CPack, Doxygen, PlantUML, Catch Unit testing, static analysis
Stars: ✭ 276 (-11.54%)
Mutual labels:  example
Javascript Journey
Source code for blog post Journey from procedural to reactive JavaScript with stops
Stars: ✭ 309 (-0.96%)
Mutual labels:  example
Package Example
CMake: config mode of find_package command (examples)
Stars: ✭ 293 (-6.09%)
Mutual labels:  example
Ac3 State Management Examples
✨ Learn Apollo Client 3's state management best practices
Stars: ✭ 287 (-8.01%)
Mutual labels:  example

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].