warehouse-operations / warehouse-operations/workflows/receive_goods.json

{
  "name": "Receive Goods",
  "type": "workflow",
  "description": "Process incoming shipments and update stock.",
  "category": "Warehouse",
  "fields": ["supplier", "items", "quantities"],
  "steps": [
    { "name": "Unload Truck" },
    { "name": "Inspect Goods" },
    { "name": "Update Inventory" }
  ]
}
← Back to package