Activiti Community - Get Involved

Codebase

GitHub Logo

See our latest publically anonymous source code and history. No username or password necessary.

JIRA Issue Tracker

JIRA Logo

Report and view existing bugs.

Maven Repository

The download contains all the libraries that you need to work with Activiti. But for developers that prefer to use Maven, add following dependency (note that you need to change the version to the latest release):

<dependency>
  <groupId>org.activiti</groupId>
  <artifactId>activiti-engine</artifactId>
  <version>5.x</version>
</dependency>

And if you use Activiti with the Spring integration, then your dependencies could look like this:

<dependency>
  <groupId>org.springframework</groupId>
  <artifactId>spring-context</artifactId>
  <version>spring.version</version>
</dependency>
<dependency>
  <groupId>org.springframework</groupId>
  <artifactId>spring-jdbc</artifactId>
  <version>spring.version</version>
</dependency>
<dependency>
  <groupId>org.springframework</groupId>
  <artifactId>spring-tx</artifactId>
  <version>spring.version</version>
</dependency>

 

Need Support?

Many organizations upgrade to SkyVault Activiti after a successful deployment of Activiti Community Edition. There are many additional benefits provided by SkyVault Activiti; here are just a few:

  • Availability and Scalability
  • Operations Management tools
  • Access Control and Security
  • Team Development
  • Support

Other Activiti Communities