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
  • 7.0.0 GA
  • Known issues
  1. Releases

7.0.0 GA

Previous7.0.0 SR1Next7.0.0 RC1

Last updated 3 years ago

7.0.0 GA

After a hard year of work we are closing this first iteration providing building blocks to create Business Automation applications in a Cloud Native approach.

Activiti Cloud 7.0.0.GA is providing a Business Automation layer for Kubernetes, building on top of Spring Boot 2.x, Spring Cloud Greenwich Release and Docker containers.

We are quite excited to see how the community picks up these components to build all sorts of business applications. We are very keen to help community members to get started and see which Open Source project integrations make sense for the future.

You can consume all the Activiti Cloud artifacts from Maven Central:

<dependencyManagement>
   <dependencies>
     <dependency>
       <groupId>org.activiti.cloud.dependencies</groupId>
       <artifactId>activiti-cloud-dependencies</artifactId>
       <version>7.0.0.GA</version>
       <scope>import</scope>
       <type>pom</type>
     </dependency>
   </dependencies>
 </dependencyManagement>

In this GA release you will find the following Spring Boot Starters to create your own domain specific services using our Cloud Native Building Blocks:

  • Runtime Bundle Spring Boot Starter (internal release 7.0.128)

    • Contains Activiti Core 7.0.0.GA (internal release 7.0.127)

  • Cloud Connectors Spring Boot Starter (internal release 7.0.74)

  • Query Service Spring Boot Starter (internal release 7.0.106)

  • Audit Service Spring Boot Starter (internal release 7.0.81)

  • Modeling Backend Spring Boot Starter (internal release 7.0.99)

  • Application Service Spring Boot Starter Beta (internal release 7.0.64)

  • Notification Service Spring Boot Starter Beta (internal release 7.0.16)

    • GraphQL endpoint and Subscriptions

All these Spring Boot Starters are based on Spring Boot 2.1.2 and Spring Cloud Greenwich RELEASE and all the artifacts are compiled to work with JDK11. As part of this release we are also providing the first iteration of our new Activiti Modeler Application, where you can model your business processes and export them in Projects.

helm install stable/nginx-ingress --version 1.1.2
kubectl get services
helm repo add activiti-cloud-charts http://activiti.github.io/activiti-cloud-charts
helm repo update
helm install —name awesome  activiti-cloud-charts/activiti-cloud-full-example —set global.gateway.domain=<ingress external ip>.nip.io —namespace=salaboy

HELM Charts for Full Example has being updated to consume GA artifacts in version 1.1.4

A blog post is coming to demonstrate how to leverage these quickstart if you are using Jenkins X.

Moving forward, a new roadmap blog post is being create to share what the focus will be for Activiti Cloud 7.1.x release train.

Known issues

You can also deploy our Example HELM charts in your favourite cloud providers or On-Premise Kubernetes installation by following our ) Or follow our 5 steps deployment:

We are also providing some that you can use to leverage CI/CD from day one, we believe that as part of our Cloud Native transformation, CI/CD becomes a fundamental practice for our day to day operations.

If you are interested in the future of the project you can take a look at our

We have identified some issues that we will add to the 7.0.x release train in a .

If you find issues with this release please create a .

Jenkins X
quickstarts
presentation at DevCon
Service Release that you can find here
new issue here
Getting Started Guide
https://activiti.gitbook.io/activiti-7-developers-guide/getting-started/getting-started-activiti-cloud
asciicast