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

背景调查工作流程

hr

就业前背景调查工作流程,包含**犯罪历史搜索**、**就业验证**、**教育验证**和**药物筛查协调**。

完整 FlowZap 代码

employee { # Employee
  n1: circle label:"Start Background Check"
  n3: rectangle label:"Review Background Check details"
  n5: rectangle label:"Update records for Background Check"
  n7: circle label:"End Background Check"
  n1.handle(bottom) -> manager.n2.handle(top)
  n3.handle(bottom) -> manager.n4.handle(top)
  n5.handle(bottom) -> manager.n6.handle(top) [label="Done"]
}

manager { # Manager
  n2: rectangle label:"Receive Background Check request"
  n4: diamond label:"Make Background Check decision"
  n6: rectangle label:"Continue Background Check process"
  n6.handle(right) -> employee.n7.handle(bottom)
  n4.handle(right) -> employee.n5.handle(left)
  n4.handle(left) -> employee.n3.handle(left) [label="Retry/Rejected"]
  n2.handle(right) -> employee.n3.handle(top) [label="Next"]
}

相关模板

入职办理工作流

hr

完整的员工入职办理工作流,涵盖录用确认、人事档案创建、福利登记、背景调查核实、IT 账号开通、设备配置以及第一天入职培训。

候选拒绝工作流

hr

候选拒绝工作流,包含阶段适当的消息、个性化拒绝信、人才库考虑、ATS状态更新以及候选体验反馈。

冲突解决工作流

hr

职场冲突解决工作流,包括投诉受理、人力资源调查、调解会谈、解决方案记录以及后续跟进监控。