mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-22 20:58:28 +00:00
First attempt at creating dmn from spreadsheet.
xml template and example spreadsheet
This commit is contained in:
parent
e1aee0f635
commit
deb16740f6
BIN
crc/static/spreadsheet_to_dmn.numbers
Executable file
BIN
crc/static/spreadsheet_to_dmn.numbers
Executable file
Binary file not shown.
BIN
crc/static/spreadsheet_to_dmn.xlsx
Normal file
BIN
crc/static/spreadsheet_to_dmn.xlsx
Normal file
Binary file not shown.
16
crc/static/templates/diagram_1.dmn
Normal file
16
crc/static/templates/diagram_1.dmn
Normal 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>
|
7
crc/static/templates/dmn_template.xml
Normal file
7
crc/static/templates/dmn_template.xml
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user