warehouse-operations / warehouse-operations/workflows/ship_goods.json

{
  "name": "Ship Goods",
  "type": "workflow",
  "description": "Prepare and ship orders to customers.",
  "category": "Warehouse",
  "fields": ["order_id", "items", "address"],
  "steps": [
    { "name": "Pick Items" },
    { "name": "Pack Goods" },
    { "name": "Arrange Shipment" }
  ]
}
← Back to package