Carrier Selection Workflow
Carrier selection workflow with rate shopping, transit time comparison, service level matching, carrier performance scoring, and optimal carrier assignment.
Order packing workflow with carton selection, item verification, packing slip insertion, weight check, and package sealing for shipment.
supplier { # Supplier
n1: circle label:"Start Packing Process"
n3: diamond label:"Review Packing Process details"
n5: rectangle label:"Update records for Packing Process"
n7: circle label:"End Packing Process"
n1.handle(bottom) -> warehouse.n2.handle(top)
n3.handle(bottom) -> warehouse.n4.handle(top) [label="Processed"]
n3.handle(right) -> warehouse.n2.handle(right) [label="Retry/Rejected"]
n5.handle(bottom) -> warehouse.n6.handle(top)
}
warehouse { # Warehouse
n2: rectangle label:"Receive Packing Process request"
n4: rectangle label:"Make Packing Process decision"
n6: rectangle label:"Continue Packing Process process"
n6.handle(right) -> supplier.n7.handle(bottom) [label="Success"]
n4.handle(right) -> supplier.n5.handle(left)
n2.handle(bottom) -> supplier.n3.handle(left)
}
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.
International customs clearance workflow with importer documentation, customs broker HS code classification, duty calculation, customs authority inspection, and clearance certificate issuance.
Inventory cycle counting workflow with ABC classification, count scheduling, variance investigation, adjustment approval, and inventory accuracy tracking.