7.1.0.M6
7.1.0.M6
You can consume all the Activiti artifacts for this release from Maven Central:
Activiti Cloud:
Activiti Core
Add support to** Swimlanes and pools** on Activiti Cloud Modeling.
Multi-instance result collection: add the possibility to collect to result from each one of the instances in the case of a multi-instance activity. Two properties are to be specified:
Result Element Variable: specifies the name of local variable that will hold the result on each one of the instances in the multi-instance activity
Result collection: specifies the name of the process variable that will aggregate all the results. For instance:
Multi-instance task with cardinality
2
Result Element Variable with value
meal
Result Collection with value
meals
First instance returns
meal = "Pizza"
Second instance returns
meal = "Pasta"
A process variable will be created with name
meals
and value["Pizza", "Pasta"]
Support expressions on output mapping. Previously, expressions were supported only in input mappings. i.e:
Update to Spring Boot
2.1.12.RELEASE
and Spring CloudGreenwich.SR5
Known issues / Changes from 7.0.x
Extensions file structure
Due to the introduction of swimlanes and pools we were constrained to change the structure of the extension files: the extensions
section is now a map having process definition (xml) id as key; properties
, mappings
, and constants
sections were moved one level down, inside the related process id section.
Old structure (Before 7.1.0.M6)
�New structure (from** 7.1.0.M6)**
�
Last updated