# activiti-examples **Repository Path**: unix_xiaobin/activiti-examples ## Basic Information - **Project Name**: activiti-examples - **Description**: This repository contains Activiti 7.x Examples - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-12-07 - **Last Updated**: 2021-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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: ``` alfresco Activiti Releases https://artifacts.alfresco.com/nexus/content/repositories/activiti-releases/ true ``` You can also take a look at our tags for more stable releases such as: - [Beta2](https://github.com/Activiti/activiti-examples/blob/7.0.0.Beta2/activiti-api-basic-full-example/pom.xml) Which uses the Maven Artifacts published in Maven Central. For cloud-based examples see https://github.com/Activiti/activiti-cloud-examples