7.1.0 M5
7.1.0.M5
You can consume all the Activiti artifacts for this release from Maven Central:
Activiti Cloud:
Activiti Core
BPMN elements
Add support for multi-instances
Add support for expression on input variable mapping: now it's possible to reference process variables inside an input variable mapping. I.e.":
${name}
, ${age}
and ${resident}
will be replaced by the related process variable values before calling the connector.
Upgrade Spring Boot and Spring cloud versions:
Spring boot: 2.1.10.RELEASE
Spring cloud: Greenwich.SR3
Removal of
ComponentScan
onorg.activiti
: in the previous versions Activiti Core andActiviti Cloud
were relying onComponentScan
annotation on the packageorg.activiti
. This was causing several issues and misbehaviours. In version7.1.0.M6
a big work was carried on this level to make sure that we rely on auto configurations only.
Known issues / Changes from 7.0.x
Add Liquibase to Org service (modeling back end)
Liquibase will handle database initialisation and schema migration on Org service (modeling back end).
Known issues
Last updated