Activiti & Activiti Cloud Developers Guide
  • Introduction
  • Overview
    • 12 Factor Apps
    • Personas
    • Previous Versions (5.x & 6.x)
    • References
    • Cloud Native BPMN support
    • BPMN Comformance
      • BPMN Comformance Set 0
      • BPMN Comformance Set 1
      • BPMN Comformance Set 2
      • BPMN Comformance Set 3
      • BPMN Comformance Set 4
      • BPMN Comformance Set 5
      • BPMN Comformance Set 6
  • Getting Started
    • Getting Started - Activiti Cloud
      • Amazon EKS
      • Google Cloud GKE
      • Docker Compose
      • Jenkins X
        • Amazon EKS
        • Google GKE
    • Getting Started - Activiti Core
  • Components
    • Spring Cloud
    • Activiti Cloud Infrastructure
      • Gateway
      • Identity Management / Single Sign On
    • Activiti Cloud Application
      • Activiti Cloud Runtime Bundle
      • Activiti Cloud Connectors
      • Activiti Cloud Query Service
      • Activiti Cloud Audit Service
      • Activiti Cloud Notification Service
  • FAQs
    • Activiti Core FAQs
    • Activiti Cloud FAQs
  • BluePrints
    • Trending Topic Campaigns
  • Community
    • Roadmap
    • Repositories
    • Contributing
  • Releases
    • 8.2.0
    • 8.1.0
    • 8.0.0
    • 7.11.0
    • 7.10.0
    • 7.9.0
    • 7.8.0
    • 7.7.0
    • 7.6.0
    • 7.5.0
    • 7.4.0
    • 7.3.0
    • 7.2.0
    • 7.1.0-M17
    • 7.1.0-M16
    • 7.1.0-M15
    • 7.1.0-M14
    • 7.1.0-M13
    • 7.1.0-M12
    • 7.1.0-M11
    • 7.1.0-M10
    • 7.1.0-M9
    • 7.1.0-M8
    • 7.1.0-M7
    • 7.1.0.M6
    • 7.1.0 M5
    • 7.1.0 M4
    • 7.1.0 M3
    • 7.1.0 M2
    • 7.1.0 M1
    • 7.0.0 SR1
    • 7.0.0 GA
    • 7.0.0 RC1
    • 7.0.0 Beta5
    • 7.0.0 Beta4
    • 7.0.0 Beta3
    • 7.0.0 Beta2
    • 7.0.0 Beta1
    • 7.0.0 Early Access 201802
    • 7.0.0 Early Access 201801
    • 7.0.0 Early Access 201712
    • 7.0.0 Early Access 201711
    • 7.0.0 Early Access 201710
    • 7.0.0 Early Access 201709
Powered by GitBook
On this page
  1. Overview

Cloud Native BPMN support

PreviousReferencesNextBPMN Comformance

Last updated 1 year ago

The BPMN specification describe a large number of constructs (bpmn elements) that are allowed inside a Business Process defininition. While supporting this in Activiti 5.x and 6.x was all done by the Process Engine, in Activiti Cloud (Activiti Core 7.x) less elements are supported due the fact that we are now dealing with a distributed and highly scalable infrastrucuture. Elements such as timers, signals and messages now involve interaction with the infrastructure and other services to work correctly. For this reason, the first version of Activiti Cloud selected a sub set of these elements to build a solid base that can guarantee that the execution among a set of components in a distributed environment behaves as expected, can be monitored and traced when things go wrong.

As part of this initiative we defined comformance sets to validate different use cases composed by different combinations of BPMN elements. These comformance tests uses both the new Java API and the Cloud Native APIs to validate the correct behaviour of all our components. You can find the .

The list of supported BPMN elements in the 7.1.x Release Train is:

  • Start / End Events

  • SequenceFlows (conditional, default)

  • Service Task

  • User Task (assignee, candidateUsers, candidateGroups)

  • Gateways: Parallel, Exclusive, Inclusive

  • Call Activity

  • Signal Intermediate Catch Event, Signal Intermediate Throw Event, Signal Boundary Event

  • Embedded Subprocess

These BPMN elements are currently available in the Activiti Modeler application, and we will enable more as we add more support, tests and comformance for each of the remaining elements.

The remaining BPMN elements will be covered by future releases. We value the community feedback and we will prioritize based on what the community think that should be supported first. You can find the roadmap and the issues created for supporting these elements here. If you don't find what you are looking for please create a new issue and we will classify them accordingly. If you found the issue describing a BPMN element that you want to use please vote it up (by adding a reaction or comments) in github so we can prioritize based on this feedback.

conformance scenarios here