In order to update existing CMMN 1.0 XMLs to valid CMMN 1.1 the following adjustments must be done.
- The namespace must be updated as follows:
Affected ElementsDefinitionsCMMN 1.0
- The element from expressions must be removed:
Affected ElementsConditionCMMN 1.0
This is relevant for all elements containing a condition like IfPart, ManualActivationRule and RequiredRule
- The attributes entryCriteriaRefs and exitCriteriaRefs are dropped, so that the following adjustments must be done:
Affected ElementsPlanItem, CasePlanModelCMMN 1.0
- The attribute description is not available anymore. Instead of the description attribute use the
element:
Affected ElementsAny CMMN elementCMMN 1.0
原文: https://docs.camunda.org/manual/7.9/reference/cmmn11/migration/10-to-11/