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

保险理赔工作流

finance

保险理赔处理工作流,包括事件文档记录、理赔提交、理赔员分配、损害评估和和解谈判。

完整 FlowZap 代码

employee { # Employee
  n1: circle label:"Start Insurance Claim"
  n2: diamond label:"Receive Insurance Claim request"
  n3: rectangle label:"Review Insurance Claim details"
  n5: rectangle label:"Update records for Insurance Claim"
  n7: circle label:"End Insurance Claim"
  n1.handle(right) -> n2.handle(left)
  n2.handle(right) -> n3.handle(left) [label="Yes/Approved"]
  n2.handle(bottom) -> manager.n4.handle(top) [label="No/Rejected"]
  n3.handle(right) -> n5.handle(left)
  n5.handle(bottom) -> manager.n6.handle(top)
}

manager { # Manager
  n4: rectangle label:"Make Insurance Claim decision"
  n6: rectangle label:"Continue Insurance Claim process"
  n6.handle(right) -> employee.n7.handle(bottom)
  n4.handle(right) -> employee.n5.handle(top)
}

相关模板

银行对账工作流

finance

具有自动化交易匹配、差异报告、差异调查以及针对时间差异和银行错误的日记账分录创建的银行对账工作流。

预算批准工作流

finance

企业预算批准工作流,根据金额阈值进行分层批准路由(CFO < 10万美元,CEO 10万-100万美元,董事会 > 100万美元),前一年比较和资金分配。

信用控制工作流

finance

客户信用控制工作流,包括信用额度评估、信用评分、订单保留管理、催收升级以及分期付款计划协商。