7.1.0-M11

Release 7.1.0-M11
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-M11</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
Activiti Core
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.activiti</groupId>
<artifactId>activiti-dependencies</artifactId>
<version>7.1.0-M11</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>

In the milestone 7.1.0-M11 you will find the following main fixes & features:

  • Fix process diagram disapearing in the Modeling Application.
  • Modeling app validation enhancement: show validation errors when a start event or intermediate flow node doesn't have an outgoing flow or when the end event is missing.
  • Add support to filter tasks by candidate group in query service: v1/tasks?candidateGroupId=group1,group2
  • Include previous value in the event VARIABLE_UPDATED.
  • Replacement of deprecated charts in activiti-cloud-full-chart.
  • Change the default task priority from 50 to 0.

Known issues / Changes from previous milestones

  • The default task priority changed from 50 to 0.
Last modified 1yr ago