7.1.0 M2
7.1.0.M2
You can consume all the Activiti artifacts for this release from Maven Central:
Activiti Cloud:
Activiti Core
Added support for bpmn embedded sub-processes in the Activiti Modeling Application and Activiti Cloud
Process diagram available from query service ->
GET /query/admin/v1/process-instances/{processInstanceId}/diagram
Variable type validation at modeling time (default value is validated against type).
Added support for PROCESS_DEPLOYED and SIGNAL_RECEIVED events in notification service
Removal of RabbitMQ binder
Known issues / Changes from 7.0.x
RabbitMQ binder
RabbitMQ binder has been removed as dependency of Activiti Cloud Starters (activiti-cloud-starter-runtime-bundle
, activiti-cloud-starter-query
, activiti-cloud-starter-audit
, activiti-cloud-starter-connector
).
Now, you need to add the dependency to the binder of your choice along side with related Activiti Cloud Starter. For instance, if you choose RabbitMQ binder you should add:
This will solve the following exception that you may be experimenting after moving to 7.1.0.M2:
Connector names
Variable mappings
In release 7.1.0.M2 variable mappings have been updated to use names instead of UUIDs:
Before 7.1.0.M2:
From 7.1.0.M2:
If you're using variable mappings you need to replace process variable and connector input/output UUIDs by the respectif names. You can find names of process variables inside the extension file and names for connector inputs/outputs inside the connector definition file.
Helm Charts refactoring
In addition, some of the paths to services has changed:
Audit
/audit
Query
/query
Runtime Bundle
/rb
Notifications
/notifications
Modeling Service
/modeling-service
Modeling UI
/modeling
KeyCloak
identity.{domain}/auth
Gateway
gateway.{domain}/
�
Last updated