7.1.0-M16

Release 7.1.0-M16

You can consume all the Activiti artifacts for this release from Alfresco Nexus:

<repositories>
  <repository>
    <id>activiti-releases</id>
    <url>https://artifacts.alfresco.com/nexus/content/repositories/activiti-releases</url>
  </repository>
</repositories>

Activiti Cloud:

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

Activiti Core

In the milestone 7.1.0-M16 you will find the following main fixes & featuresarrow-up-right:

For the complete list of new features and bug fixes, please refer to https://github.com/Activiti/Activiti/milestone/40?closed=1arrow-up-right.

Changes from previous milestones

Given the following channel binding properties in the application environment context:

When the following configuration property is also present in the application environment context:

Then the result destination for all three bindings with matching engineEvents key will be configured to

Given the following channel binding properties in the application environment context:

When the following configuration property is also present in the application environment context:

Then the result destination for all three bindings with matching engineEvents key will be configured to

Given the following channel binding properties in the application environment context:

When the following configuration property is also present in the application environment context:

Then the result destination for all three bindings with matching engineEvents key will be configured to

Given the following channel binding properties in the application environment context:

When the following configuration property is also present in the application environment context:

Then the result destination for all three bindings with matching engineEvents key will be configured to

Last updated