Skip to content

Instantly share code, notes, and snippets.

@ddpardo
Created December 21, 2019 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ddpardo/e47d841ce4e73b60ef35be036b4bf6ca to your computer and use it in GitHub Desktop.
Save ddpardo/e47d841ce4e73b60ef35be036b4bf6ca to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<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="tcd" name="test cmmn david" flowable:initiatorVariableName="initiator">
<casePlanModel id="casePlanModel" name="david test cmmn" flowable:formFieldValidation="true" flowable:includeInStageOverview="false">
<planItem id="planItem1" name="Hallo wereld" definitionRef="sid-018D1A27-BEBE-49B4-AECA-9302EE8C873D"></planItem>
<humanTask id="sid-018D1A27-BEBE-49B4-AECA-9302EE8C873D" name="Hallo wereld" flowable:candidateGroups="admin" flowable:formFieldValidation="true"></humanTask>
</casePlanModel>
</case>
<cmmndi:CMMNDI>
<cmmndi:CMMNDiagram id="CMMNDiagram_tcd">
<cmmndi:CMMNShape id="CMMNShape_casePlanModel" cmmnElementRef="casePlanModel">
<dc:Bounds height="714.0" width="718.0" x="40.0" y="40.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="330.4000244140625" y="225.0"></dc:Bounds>
<cmmndi:CMMNLabel></cmmndi:CMMNLabel>
</cmmndi:CMMNShape>
</cmmndi:CMMNDiagram>
</cmmndi:CMMNDI>
</definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment