sample-process-models/misc/waku-messages-global/waku-message-footer.dmn

38 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="https://www.omg.org/spec/DMN/20191111/MODEL/" xmlns:dmndi="https://www.omg.org/spec/DMN/20191111/DMNDI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" xmlns:biodi="http://bpmn.io/schema/dmn/biodi/2.0" id="Definitions_76910d7" name="DRD" namespace="http://camunda.org/schema/1.0/dmn">
<decision id="Waku_Messages_Message_Footer" name="Waku Messages: Message Footer">
<decisionTable id="decisionTable_1">
<input id="InputClause_0704h27" label="Process Model Id" biodi:width="352">
<inputExpression id="LiteralExpression_0sfnhkv" typeRef="string">
<text>process_info["process_model_identifier"]</text>
</inputExpression>
</input>
<input id="InputClause_13wukyr" label="Task Id">
<inputExpression id="LiteralExpression_0jcatuk" typeRef="string">
<text>task_id</text>
</inputExpression>
</input>
<output id="output_1" label="Message Footer" name="waku_message_footer" typeRef="string" biodi:width="501" />
<rule id="DecisionRule_1m4u79d">
<description></description>
<inputEntry id="UnaryTests_1kb1te8">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_0d8t32s">
<text></text>
</inputEntry>
<outputEntry id="LiteralExpression_0y9lgsu">
<text>"\nProcess Instance Id: " + str(process_info["process_instance_id"]) + "\nLink to Spiff: https://demo.spiffworkflow.org/"</text>
</outputEntry>
</rule>
</decisionTable>
</decision>
<dmndi:DMNDI>
<dmndi:DMNDiagram id="DMNDiagram_1cykosu">
<dmndi:DMNShape id="DMNShape_1dhfq2s" dmnElementRef="Waku_Messages_Message_Footer">
<dc:Bounds height="80" width="180" x="157" y="151" />
</dmndi:DMNShape>
</dmndi:DMNDiagram>
</dmndi:DMNDI>
</definitions>