Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
feat(platform #66): removed test error
Browse files Browse the repository at this point in the history
  • Loading branch information
AminYacine committed Nov 21, 2023
1 parent e15ac6a commit 0611d50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<bpmn:incoming>Flow_1ahyb82</bpmn:incoming>
<bpmn:outgoing>Flow_1oxwq1x</bpmn:outgoing>
</bpmn:businessRuleTask>
<bpmn:startEvent id="Task_CalculateValueOfItems" name="Calculate value of items" camunda:modelerTemplate="prepareDelivery" camunda:type="external" camunda:topic="prepareDelivery">
<bpmn:serviceTask id="Task_CalculateValueOfItems" name="Calculate value of items" camunda:modelerTemplate="prepareDelivery" camunda:type="external" camunda:topic="prepareDelivery">
<bpmn:extensionElements>
<camunda:inputOutput>
<camunda:inputParameter name="items">${items}</camunda:inputParameter>
Expand All @@ -24,7 +24,7 @@
</bpmn:extensionElements>
<bpmn:incoming>Flow_1dzmws9</bpmn:incoming>
<bpmn:outgoing>Flow_1ahyb82</bpmn:outgoing>
</bpmn:startEvent>
</bpmn:serviceTask>
<bpmn:sequenceFlow id="Flow_1ahyb82" sourceRef="Task_CalculateValueOfItems" targetRef="Task_ChooseDistributor" />
<bpmn:endEvent id="EndEvent_OrderDeclined" name="Order declined">
<bpmn:extensionElements>
Expand Down

0 comments on commit 0611d50

Please sign in to comment.