resolve conflict
This commit is contained in:
parent
c83604620b
commit
a9eead2c8a
|
@ -43,4 +43,4 @@
|
|||
"title": "Due Date"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -28,4 +28,4 @@
|
|||
"invoiceCurrency",
|
||||
"dueDate"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<definitions xmlns="https://www.omg.org/spec/DMN/20191111/MODEL/" xmlns:dmndi="https://www.omg.org/spec/DMN/20191111/DMNDI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" xmlns:biodi="http://bpmn.io/schema/dmn/biodi/2.0" id="Definitions_76910d7" name="DRD" namespace="http://camunda.org/schema/1.0/dmn">
|
||||
<decision id="Group_Info" name="Group Info">
|
||||
<decisionTable id="decisionTable_1">
|
||||
<input id="input_1" label="Auth User Name">
|
||||
<inputExpression id="inputExpression_1" typeRef="string">
|
||||
<text>find_user</text>
|
||||
</inputExpression>
|
||||
</input>
|
||||
<output id="output_1" label="Finance?" name="is_finance" typeRef="boolean" biodi:width="150" />
|
||||
<output id="OutputClause_1ual5h6" label="Project Lead?" name="is_project_lead" typeRef="boolean" />
|
||||
</decisionTable>
|
||||
</decision>
|
||||
<dmndi:DMNDI>
|
||||
<dmndi:DMNDiagram id="DMNDiagram_1cykosu">
|
||||
<dmndi:DMNShape id="DMNShape_1dhfq2s" dmnElementRef="Group_Info">
|
||||
<dc:Bounds height="80" width="180" x="157" y="151" />
|
||||
</dmndi:DMNShape>
|
||||
</dmndi:DMNDiagram>
|
||||
</dmndi:DMNDI>
|
||||
</definitions>
|
Loading…
Reference in New Issue