Welcome to FlowZap, the App to diagram with Speed, Clarity and Control.

Put Away Process Workflow

logistics

Warehouse put-away workflow with location assignment, slotting optimization, forklift routing, barcode confirmation, and WMS location update.

Full FlowZap Code

supplier { # Supplier
  n1: circle label:"Start Put Away Process"
  n2: diamond label:"Receive Put Away Process request"
  n3: rectangle label:"Review Put Away Process details"
  n5: rectangle label:"Update records for Put Away Process"
  n7: circle label:"End Put Away Process"
  n1.handle(right) -> n2.handle(left)
  n2.handle(right) -> n3.handle(left) [label="Yes/Approved"]
  n2.handle(bottom) -> warehouse.n4.handle(top) [label="No/Rejected"]
  n3.handle(right) -> n5.handle(left)
  n5.handle(bottom) -> warehouse.n6.handle(top)
}

warehouse { # Warehouse
  n4: rectangle label:"Make Put Away Process decision"
  n6: rectangle label:"Continue Put Away Process process"
  n6.handle(right) -> supplier.n7.handle(bottom)
  n4.handle(right) -> supplier.n5.handle(top)
}

Related templates

Picking Process Workflow

logistics

Warehouse order picking workflow with pick list generation, zone routing, batch picking optimization, barcode scanning verification, and pick completion confirmation.

Stock Transfer Workflow

logistics

Internal stock transfer workflow with transfer request, source location pick, destination put-away, and inventory record updates across locations.

Carrier Selection Workflow

logistics

Carrier selection workflow with rate shopping, transit time comparison, service level matching, carrier performance scoring, and optimal carrier assignment.

Container Loading Workflow

logistics

Container loading workflow with load plan optimization, weight distribution, cube utilization maximization, seal application, and bill of lading generation.