Skip to content

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…

License

Notifications You must be signed in to change notification settings

machanta/Activiti

Repository files navigation

activiti-build

Join Us in Gitter Build Status Travis ASL 2.0 CLA Known Vulnerabilities security status stability status

BOMs (Bill of Materials) and scripts for all repos related with Activiti

activiti-parent

This pom.xml file handle all 3rd Party dependencies that are shared by Activiti modules. Spring version is defined here.

activiti-dependencies

This BOM (Bill Of Materials) allow you to easily add the following section to your maven pom.xml file:

<dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.activiti.cloud</groupId>
        <artifactId>activiti-dependencies</artifactId>
        <version>${activiti.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>

To automatically manage all activiti artifact versions and make sure that you don't mix different versions from different releases of these components. Then you can include any activiti module by just adding the GroupId and ArtifactId

For example:

<dependency>
    <groupId>org.activiti</groupId>
    <artifactId>activiti-engine</artifactId>
</dependency>

Versions are going to be handled by maven.

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…

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.7%
  • Other 0.3%