First attempt at creating dmn from spreadsheet.

xml template and example spreadsheet
This commit is contained in:
mike cullerton 2021-08-02 10:04:25 -04:00
parent e1aee0f635
commit deb16740f6
4 changed files with 23 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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>

View File

@ -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>