dsntk-examples 0.3.0

ÐecisionToolkit | Examples
Documentation
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<definitions name="Model A"
             xmlns="https://www.omg.org/spec/DMN/20191111/MODEL/"
             id="_ae5b3c17-1ac3-4e1d-b4f9-2cf861aec6d9"
             namespace="http://www.trisotech.com/definitions/_ae5b3c17-1ac3-4e1d-b4f9-2cf861aec6d9">
    
    <decision name="Greet the Person" id="_f7fdaec4-d669-4797-b3b4-12b860de2eb5">
        <variable name="Greet the Person" typeRef="string"/>
        <informationRequirement>
            <requiredInput href="#_4f6c136c-8512-4d71-8bbf-7c9eb6e74063"/>
        </informationRequirement>
        <literalExpression>
            <text>"Hello, "+Person name</text>
        </literalExpression>
    </decision>

    <inputData name="Person name" id="_4f6c136c-8512-4d71-8bbf-7c9eb6e74063">
        <variable name="Person name" id="_46b6677b-4a26-4bca-9532-9a57dd55b8ec" typeRef="string"/>
    </inputData>
    
</definitions>