User: alex clicked save for waku-messages/message-footer/waku-message-footer.dmn
This commit is contained in:
parent
7eca956f5d
commit
73d2fa0a00
|
@ -0,0 +1,44 @@
|
|||
<?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="decision_1" name="Message Footer">
|
||||
<decisionTable id="decisionTable_1">
|
||||
<input id="input_1" label="Process Group Id">
|
||||
<inputExpression id="inputExpression_1" typeRef="string">
|
||||
<text>process["group_id"]</text>
|
||||
</inputExpression>
|
||||
</input>
|
||||
<input id="InputClause_0704h27" label="Process Model Id" biodi:width="200">
|
||||
<inputExpression id="LiteralExpression_0sfnhkv" typeRef="string">
|
||||
<text>process["model_id"]</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">
|
||||
<inputEntry id="UnaryTests_05m0jb8">
|
||||
<text>"execute-procure-to-pay"</text>
|
||||
</inputEntry>
|
||||
<inputEntry id="UnaryTests_1kb1te8">
|
||||
<text>"cc-invoice-approval-process"</text>
|
||||
</inputEntry>
|
||||
<inputEntry id="UnaryTests_0d8t32s">
|
||||
<text></text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_0y9lgsu">
|
||||
<text></text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
</decisionTable>
|
||||
</decision>
|
||||
<dmndi:DMNDI>
|
||||
<dmndi:DMNDiagram id="DMNDiagram_1cykosu">
|
||||
<dmndi:DMNShape id="DMNShape_1dhfq2s" dmnElementRef="decision_1">
|
||||
<dc:Bounds height="80" width="180" x="157" y="151" />
|
||||
</dmndi:DMNShape>
|
||||
</dmndi:DMNDiagram>
|
||||
</dmndi:DMNDI>
|
||||
</definitions>
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"description": "Message Footer",
|
||||
"display_name": "Message Footer",
|
||||
"display_order": 2,
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"id": "message-footer",
|
||||
"is_review": false,
|
||||
"primary_file_name": null,
|
||||
"primary_process_id": null,
|
||||
"process_group_id": "waku-messages"
|
||||
}
|
Loading…
Reference in New Issue