Damaged Goods Workflow
Damaged goods processing workflow with damage documentation, carrier claim filing, disposition decision (salvage/dispose), inventory adjustment, and loss tracking.
Reverse logistics workflow with return authorization, product grading, refurbishment decision, recycling coordination, and secondary market disposition.
supplier { # Supplier
n1: circle label:"Start Reverse Logistics"
n2: diamond label:"Receive Reverse Logistics request"
n4: rectangle label:"Make Reverse Logistics decision"
n7: rectangle label:"Continue Reverse Logistics process"
n10: circle label:"End Reverse Logistics"
n1.handle(right) -> n2.handle(left)
n2.handle(bottom) -> iot_sensor.n3.handle(top) [label="Yes/Approved"]
n4.handle(bottom) -> warehouse.n5.handle(top)
n7.handle(bottom) -> warehouse.n8.handle(top)
n2.handle(top) -> n4.handle(top) [label="No/Rejected"]
}
warehouse { # Warehouse
n5: rectangle label:"Update records for Reverse Logistics"
n8: rectangle label:"Continue Reverse Logistics process"
n5.handle(bottom) -> iot_sensor.n6.handle(top)
n8.handle(bottom) -> iot_sensor.n9.handle(top)
}
iot_sensor { # Iot_Sensor
n3: rectangle label:"Review Reverse Logistics details"
n6: rectangle label:"Continue Reverse Logistics process"
n9: rectangle label:"Continue Reverse Logistics process"
n9.handle(right) -> supplier.n10.handle(bottom)
n6.handle(right) -> supplier.n7.handle(left)
n3.handle(left) -> warehouse.n5.handle(left)
}
Damaged goods processing workflow with damage documentation, carrier claim filing, disposition decision (salvage/dispose), inventory adjustment, and loss tracking.
Customer returns processing workflow with RMA generation, return receipt, quality inspection, disposition decision, and refund or exchange processing.
Carrier selection workflow with rate shopping, transit time comparison, service level matching, carrier performance scoring, and optimal carrier assignment.
Cold chain monitoring workflow with IoT temperature sensors, real-time alerts, excursion documentation, corrective action triggers, and compliance reporting.
Container loading workflow with load plan optimization, weight distribution, cube utilization maximization, seal application, and bill of lading generation.
Cross-docking workflow with inbound scheduling, sortation by destination, outbound consolidation, and direct transfer without storage for just-in-time delivery.