I’m trying to use the Modeler (6.4.1) running on a local tomcat to create a CMMN with a Sentry. I can drag the sentry into the Human Task and link it. However, when I validate the model, I get a bunch of warnings. Also, when I export the Sentry is missing and I cannot load the CMMN into the Engine.
Here is a screen shot of the Model.
Here is a screen shot of the warnings.
Here is the text of the CMMN file:
<definitions xmlns=“http://www.omg.org/spec/CMMN/20151109/MODEL” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” xmlns:flowable=“http://flowable.org/cmmn” xmlns:cmmndi=“http://www.omg.org/spec/CMMN/20151109/CMMNDI” xmlns:dc=“http://www.omg.org/spec/CMMN/20151109/DC” xmlns:di=“http://www.omg.org/spec/CMMN/20151109/DI” targetNamespace=“http://www.flowable.org/casedef”>
<case id=“SampleCase” name=“SampleCase” flowable:initiatorVariableName=“initiator”>
<documentation>Case with Sentry</documentation>
<casePlanModel id=“casePlanModel” flowable:includeInStageOverview=“false”>
<planItem id=“planItem3” definitionRef=“sid-2E7C503F-4B2F-454F-A2BD-D9B6602620C8”></planItem>
<stage id=“sid-2E7C503F-4B2F-454F-A2BD-D9B6602620C8”>
<planItem id=“planItem1” definitionRef=“sid-AE721DFA-FAF5-4039-96D9-E0905D87DC6C”></planItem>
<planItem id=“planItem2” definitionRef=“sid-00AEF60B-0FC2-434D-9AD6-8CAE56443BA5”></planItem>
<humanTask id=“sid-AE721DFA-FAF5-4039-96D9-E0905D87DC6C”></humanTask>
<humanTask id=“sid-00AEF60B-0FC2-434D-9AD6-8CAE56443BA5”></humanTask>
</stage>
</casePlanModel>
</case>
<cmmndi:CMMNDI>
<cmmndi:CMMNDiagram id=“CMMNDiagram_SampleCase”>
<cmmndi:CMMNShape id=“CMMNShape_casePlanModel” cmmnElementRef=“casePlanModel”>
<dc:Bounds height=“714.0” width=“718.0” x=“30.0” y=“30.0”></dc:Bounds>
<cmmndi:CMMNLabel></cmmndi:CMMNLabel>
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id=“CMMNShape_planItem3” cmmnElementRef=“planItem3”>
<dc:Bounds height=“170.0” width=“370.0” x=“30.0” y=“99.0”></dc:Bounds>
<cmmndi:CMMNLabel></cmmndi:CMMNLabel>
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id=“CMMNShape_planItem1” cmmnElementRef=“planItem1”>
<dc:Bounds height=“80.0” width=“100.0” x=“60.0” y=“134.0”></dc:Bounds>
<cmmndi:CMMNLabel></cmmndi:CMMNLabel>
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id=“CMMNShape_planItem2” cmmnElementRef=“planItem2”>
<dc:Bounds height=“80.0” width=“100.0” x=“236.0” y=“134.0”></dc:Bounds>
<cmmndi:CMMNLabel></cmmndi:CMMNLabel>
</cmmndi:CMMNShape>
<cmmndi:CMMNEdge id=“CMMNEdge_sid-90C122F3-14BF-470D-B983-460964E9EF98” cmmnElementRef=“sid-AE721DFA-FAF5-4039-96D9-E0905D87DC6C” targetCMMNElementRef=“sid-D442FC5B-D0E8-4053-9F7B-D3C1ACBA5A17”>
<di:waypoint x=“159.94999999999885” y=“172.2758620689655”></di:waypoint>
<di:waypoint x=“277.1503067484663” y=“168.2345223420647”></di:waypoint>
<cmmndi:CMMNLabel></cmmndi:CMMNLabel>
</cmmndi:CMMNEdge>
</cmmndi:CMMNDiagram>
</cmmndi:CMMNDI>
</definitions>