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

奖金分配工作流

hr

年度奖金分配工作流,包括预算池分配、基于绩效的计算、经理校准、高管批准和工资处理。

完整 FlowZap 代码

employee { # Employee
  n1: circle label:"Start Bonus Allocation"
  n2: diamond label:"Receive Bonus Allocation request"
  n3: rectangle label:"Review Bonus Allocation details"
  n5: rectangle label:"Update records for Bonus Allocation"
  n7: circle label:"End Bonus Allocation"
  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)
  loop [retry until success] n2 n3 n5 n4 n6
}

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

相关模板

候选拒绝工作流

hr

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

冲突解决工作流

hr

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