Last Mile Delivery Workflow
logistics
Last mile delivery workflow with route optimization, real-time GPS tracking, delivery attempt handling, proof of delivery capture, and customer notification.
logistics
Delivery confirmation workflow with proof of delivery capture, signature collection, photo documentation, order status update, and customer notification.
supplier { # Supplier
n1: circle label:"Start Delivery Confirmation"
n3: rectangle label:"Review Delivery Confirmation details"
n5: diamond label:"Update records for Delivery Confirmation"
n7: circle label:"End Delivery Confirmation"
n1.handle(bottom) -> warehouse.n2.handle(top)
n3.handle(bottom) -> warehouse.n4.handle(top) [label="Processed"]
n5.handle(bottom) -> warehouse.n6.handle(top)
n5.handle(right) -> warehouse.n4.handle(right) [label="Retry/Rejected"]
}
warehouse { # Warehouse
n2: rectangle label:"Receive Delivery Confirmation request"
n4: rectangle label:"Make Delivery Confirmation decision"
n6: rectangle label:"Continue Delivery Confirmation process"
n6.handle(right) -> supplier.n7.handle(bottom) [label="Success"]
n4.handle(bottom) -> supplier.n5.handle(left)
n2.handle(right) -> supplier.n3.handle(left)
}
logistics
Last mile delivery workflow with route optimization, real-time GPS tracking, delivery attempt handling, proof of delivery capture, and customer notification.
logistics
Carrier selection workflow with rate shopping, transit time comparison, service level matching, carrier performance scoring, and optimal carrier assignment.
logistics
Cold chain monitoring workflow with IoT temperature sensors, real-time alerts, excursion documentation, corrective action triggers, and compliance reporting.
logistics
Container loading workflow with load plan optimization, weight distribution, cube utilization maximization, seal application, and bill of lading generation.
logistics
Cross-docking workflow with inbound scheduling, sortation by destination, outbound consolidation, and direct transfer without storage for just-in-time delivery.
logistics
International customs clearance workflow with importer documentation, customs broker HS code classification, duty calculation, customs authority inspection, and clearance certificate issuance.