First attempt at creating dmn from spreadsheet.
xml template and example spreadsheet
This commit is contained in:
parent
e1aee0f635
commit
deb16740f6
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0"?>
|
||||
<definitions xmlns="http://www.omg.org/spec/DMN/20151101/dmn.xsd"
|
||||
id="Definitions_1pk6kj7"
|
||||
name="DRD"
|
||||
namespace="http://camunda.org/schema/1.0/dmn">
|
||||
<decision id="Decision_03fqrlg" name="Decision 1">
|
||||
<decisionTable id="decisionTable_1">
|
||||
<input id="input_1">
|
||||
<inputExpression id="inputExpression_1" typeRef="string">
|
||||
<text></text>
|
||||
</inputExpression>
|
||||
</input>
|
||||
<output id="output_1" typeRef="string"></output>
|
||||
</decisionTable>
|
||||
</decision>
|
||||
</definitions>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<definitions xmlns="http://www.omg.org/spec/DMN/20151101/dmn.xsd" xmlns:biodi="http://bpmn.io/schema/dmn/biodi/1.0" id="Definitions_2595e9e" name="DRD" namespace="http://camunda.org/schema/1.0/dmn" exporter="Camunda Modeler" exporterVersion="3.5.0">
|
||||
<decision id="" name="">
|
||||
<decisionTable id="decisionTable_1">
|
||||
</decisionTable>
|
||||
</decision>
|
||||
</definitions>
|
Loading…
Reference in New Issue