1.0 to 1.1
|
Этот раздел перенесён из документации Camunda 7 и в дальнейшем будет доработан с учётом особенностей OpenBPM Engine |
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
<td>
<condition>
</condition> </td> |
CMMN 1.1 <td> <condition>${any-expression}</condition> </td> |
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
<td>
<planItem id="A_PLAN_ITEM_ID"
|
CMMN 1.1
<td>
<planItem id="A_PLAN_ITEM_ID">
</planItem> </td> |
-
The attribute
descriptionis not available anymore. Instead of thedescriptionattribute use the<documentation/>element:
Affected Elements |
Any CMMN element |
CMMN 1.0
<td>
<planItem id="A_PLAN_ITEM_ID"
|
CMMN 1.1
<td>
<planItem id="A_PLAN_ITEM_ID">
</planItem> </td> |
Лицензия и атрибуция
Эта документация была создана на базе материала "Camunda 7 Docs" от Camunda, находится под лицензией Creative Commons Attribution-ShareAlike 3.0 Unported License .
Оригинал документации: https://docs.camunda.org