# 7.0.0 Early Access 201712

In the 7-201712-EA release we added improvements to the way cloud connectors manage transactions, which improves their performance. We've added an example based around marketing campaigns for social media content in which you can see how well the connectors perform. The rate of data input and the number of replicas for cloud components in this example can be controlled in the deployment descriptor so that it's easy to play with these variables to test scalability. This example is part of our talk for Alfresco DevCon 2018.

We've also added process model and organisation services, which are preparations for future work that will support logical grouping and editing of BPM models/diagrams.

As part of this release we aligned our artifacts with [Spring Boot 2.0.0.M7](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.0.0-M7-Release-Notes) and [Spring Cloud Finchley.M5](https://github.com/spring-projects/spring-cloud/wiki/Spring-Cloud-Finchley-Release-Notes).

You can find our published artifacts in [Maven Central](http://search.maven.org/#search|ga|1|activiti-cloud) and our Docker Images have been tagged so you can use the 7-201712-EA tag for each of our images. You can find more details on [Activiti in Docker Hub](https://hub.docker.com/u/activiti/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://activiti.gitbook.io/activiti-7-developers-guide/releases/7-ea201712.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
