Software:Activiti

From HandWiki
Short description: Open-source workflow engine
Activiti
Alfresco Activiti Process Modeler Screenshot.png
Screenshot of a contract workflow in Alfresco's Activiti Process Modeler
Developer(s)Alfresco and the Activiti community
Initial releaseDecember 2010; 13 years ago (2010-12)[1]
Stable release
7.1.x[2] / 19 May 2019[2]
Written inJava
Operating systemCross-platform
Typeworkflow engine, BPM
LicenseApache License 2.0[3]
Websitehttp://www.activiti.org

Activiti is an open-source workflow engine written in Java that can execute business processes described in BPMN 2.0.[4] Activiti is the foundation for Alfresco's Alfresco Process Services (APS)[5] and Alfresco is the Activiti project's leading sponsor.[6]

History

In March 2010, Tom Baeyens and Joram Barrez, two key developers for jBPM left Red Hat and started Activiti as employees of Alfresco. Activiti is based on their workflow experience with jBPM, but is a new code base, not based on any previous jBPM code.[7]

The first version of Activiti was 5.0, to indicate that product is the continuation of experience they gained via jBPM 1 through 4.[8]

In October 2016, Barrez, Rademakers (author of Activiti in Action[9]) and other contributors left Alfresco.[10] The departing developers forked the Activiti code to start a new project called Flowable.

In February 2017, a new commercial version of Activiti was released and rebranded as Alfresco Process Services.[5]

In May 2017, Activiti released version 6.0.0[2] with new support for ad hoc sub processes and a new application user interface.[11]

Components

The project is a suite of applications that work together:[4]

  • Modeler, a web-based graphical workflow authoring interface
  • Designer, an Eclipse plug-in for developing workflows
  • Engine, the core workflow processor
  • Explorer, a web tool to deploy process definitions, start new process instances and carry-out work on workflows
  • Cycle, a web app for collaboration between business users and software engineers

Alternative Modeling GUI

The Yaoqiang BPMN Editor (FLOSS, GPLv3) can connect to the Activiti engine and thus can be used as a graphical workflow authoring interface, as an alternative to Activiti Modeler.

The DocuBrain Workflow Editor is a standalone BPMN 2.0 compliant workflow editor that can be used to create and edit generic BPMN processes. The editor supports direct connections to Activiti as well as all of Activiti's customization (such as Activiti specific element attributes, Activiti specific tasks like Camel Task, Mule Task, etc.).

References

External links