cr-connect-workflow/crc/static/bpmn/top_level_workflow/personnel.dmn

25 lines
1.0 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/DMN/20151101/dmn.xsd" xmlns:biodi="http://bpmn.io/schema/dmn/biodi/1.0" id="Definitions_Personnel" name="DRD" namespace="http://camunda.org/schema/1.0/dmn">
<decision id="personnel" name="Personnel">
<extensionElements>
<biodi:bounds x="320" y="150" width="180" height="80" />
</extensionElements>
<decisionTable id="decisionTable_1">
<input id="input_1" label="Personnel in PBB">
<inputExpression id="inputExpression_1" typeRef="string">
<text>investigators</text>
</inputExpression>
</input>
<output id="output_1" label="Menu Status" name="personnel" typeRef="string" />
<rule id="DecisionRule_0ye20t5">
<inputEntry id="UnaryTests_00d27jy">
<text></text>
</inputEntry>
<outputEntry id="LiteralExpression_1keknlr">
<text>'required'</text>
</outputEntry>
</rule>
</decisionTable>
</decision>
</definitions>