User: adeen.ayub.vine@gmail.com clicked save for playground/nutech/receipt-test/receipt-test.bpmn
This commit is contained in:
parent
d7d5d32773
commit
a76bab8e29
|
@ -38,8 +38,6 @@ A **time duration** defined as ISO 8601 durations format.
|
|||
minutes = 0
|
||||
seconds = 0
|
||||
|
||||
|
||||
|
||||
if 'H' in timer_value_warehouse:
|
||||
hours_str = timer_value_warehouse.split('H')[0][2:]
|
||||
hours = int(hours_str) if hours_str.isdigit() else 0
|
||||
|
@ -52,7 +50,6 @@ if 'S' in timer_value_warehouse:
|
|||
seconds_str = timer_value_warehouse.split('S')[0][-2:]
|
||||
seconds = int(seconds_str) if seconds_str.isdigit() else 0
|
||||
|
||||
|
||||
</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:sequenceFlow id="Flow_01eub9l" sourceRef="Activity_0qpzdpu" targetRef="Activity_1gw1xg0" />
|
||||
|
@ -82,12 +79,6 @@ Equipment Received at SASD gate area:</spiffworkflow:instructionsForEndUser>
|
|||
</bpmn:manualTask>
|
||||
<bpmn:sequenceFlow id="Flow_0ukmyta" sourceRef="Activity_09w2eud" targetRef="Gateway_04ehsl6" />
|
||||
<bpmn:sequenceFlow id="Flow_0yzbpyw" sourceRef="Activity_0zk4dmv" targetRef="EndEvent_1" />
|
||||
<bpmn:boundaryEvent id="Event_0p58mhz" attachedToRef="Activity_09w2eud">
|
||||
<bpmn:outgoing>Flow_1adlfht</bpmn:outgoing>
|
||||
<bpmn:timerEventDefinition id="TimerEventDefinition_1r296ej">
|
||||
<bpmn:timeDuration xsi:type="bpmn:tFormalExpression">timer_value_warehouse</bpmn:timeDuration>
|
||||
</bpmn:timerEventDefinition>
|
||||
</bpmn:boundaryEvent>
|
||||
<bpmn:exclusiveGateway id="Gateway_04ehsl6">
|
||||
<bpmn:incoming>Flow_0ukmyta</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_12k6zv8</bpmn:outgoing>
|
||||
|
@ -112,6 +103,12 @@ Equipment Received at SASD gate area:</spiffworkflow:instructionsForEndUser>
|
|||
<bpmn:conditionExpression>sasd_gate_area_approval=='Yes'</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:sequenceFlow id="Flow_09s3cxt" sourceRef="Activity_0jwcen3" targetRef="EndEvent_1" />
|
||||
<bpmn:boundaryEvent id="Event_0p58mhz" cancelActivity="false" attachedToRef="Activity_09w2eud">
|
||||
<bpmn:outgoing>Flow_1adlfht</bpmn:outgoing>
|
||||
<bpmn:timerEventDefinition id="TimerEventDefinition_14v31us">
|
||||
<bpmn:timeDuration xsi:type="bpmn:tFormalExpression">timer_value_warehouse</bpmn:timeDuration>
|
||||
</bpmn:timerEventDefinition>
|
||||
</bpmn:boundaryEvent>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_receipt_test_8lp243a">
|
||||
|
@ -144,7 +141,7 @@ Equipment Received at SASD gate area:</spiffworkflow:instructionsForEndUser>
|
|||
<dc:Bounds x="860" y="190" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_14jhcdk_di" bpmnElement="Event_0p58mhz">
|
||||
<bpmndi:BPMNShape id="Event_1n81ejd_di" bpmnElement="Event_0p58mhz">
|
||||
<dc:Bounds x="682" y="192" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_17db3yp_di" bpmnElement="Flow_17db3yp">
|
||||
|
|
Loading…
Reference in New Issue