1.0 to 1.1
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 Elements | Definitions |
|---|---|
| CMMN 1.0 | <definitions xmlns="http://www.omg.org/spec/CMMN/20131201/MODEL"> |
| CMMN 1.1 | <definitions xmlns="http://www.omg.org/spec/CMMN/20151109/MODEL"> |
- The
<body/>element from expressions must be removed:
| Affected Elements | Condition |
|---|---|
| CMMN 1.0 |
</condition> |
| CMMN 1.1 | |
This is relevant for all elements containing a condition like IfPart, ManualActivationRule and RequiredRule
- The attributes
entryCriteriaRefsandexitCriteriaRefsare dropped, so that the following adjustments must be done:
| Affected Elements | PlanItem, CasePlanModel |
|---|---|
| CMMN 1.0 |
|
| CMMN 1.1 |
</planItem> |
- The attribute
descriptionis not available anymore. Instead of thedescriptionattribute use the<documentation/>element:
| Affected Elements | Any CMMN element |
|---|---|
| CMMN 1.0 |
|
| CMMN 1.1 |
</planItem> |