Skip to content

Commit

Permalink
updated DERA and CSSA with async after for parallel flows
Browse files Browse the repository at this point in the history
  • Loading branch information
midhun-aot committed Feb 14, 2024
1 parent 054d707 commit 3ef56c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2007,7 +2007,7 @@ task.execution.setVariable('userRole','Caseworker');</camunda:script>
<bpmn:incoming>Flow_01suxh6</bpmn:incoming>
<bpmn:outgoing>Flow_19ik9s7</bpmn:outgoing>
</bpmn:userTask>
<bpmn:exclusiveGateway id="Gateway_1lgyz1h" name="Is Sent From Society">
<bpmn:exclusiveGateway id="Gateway_1lgyz1h" name="Is Sent From Society" camunda:asyncAfter="true">
<bpmn:incoming>Flow_0qiqnks</bpmn:incoming>
<bpmn:outgoing>Flow_057qs1x</bpmn:outgoing>
<bpmn:outgoing>Flow_01suxh6</bpmn:outgoing>
Expand Down Expand Up @@ -2348,7 +2348,7 @@ system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));</bp
<di:waypoint x="3730" y="3475" />
<di:waypoint x="3730" y="4630" />
<bpmndi:BPMNLabel>
<dc:Bounds x="3640" y="3606" width="81" height="27" />
<dc:Bounds x="3639" y="3606" width="82" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0nkb4yt_di" bpmnElement="Flow_0nkb4yt">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2344,7 +2344,7 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );</camund
<di:waypoint x="2145" y="4660" />
<di:waypoint x="3670" y="4660" />
<bpmndi:BPMNLabel>
<dc:Bounds x="2061" y="4600" width="81" height="27" />
<dc:Bounds x="2060" y="4600" width="82" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0fa3idu_di" bpmnElement="Flow_0fa3idu">
Expand Down

0 comments on commit 3ef56c3

Please sign in to comment.