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

交付确认工作流

logistics

交付确认工作流,包括送达证明采集、签名收集、照片记录、订单状态更新以及客户通知。

完整 FlowZap 代码

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

承运商选择工作流,包含费率比较、运输时间对比、服务水平匹配、承运商绩效评分以及最优承运商分配。

交叉分拨工作流程

logistics

具有入库预约、按目的地分拣、出库合单以及不经存储直接转运以实现准时制交付的交叉分拨工作流程。

清关工作流程

logistics

国际清关工作流程,包括进口商提供单证、报关行进行 HS 编码归类、关税计算、海关机构查验以及签发放行证明。