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

晋升流程工作流

hr

包含绩效验证、职级评估、薪酬调整、职称变更和公告协调的员工晋升工作流。

完整 FlowZap 代码

employee { # Employee
  n1: circle label:"Start Promotion Process"
  n3: rectangle label:"Review Promotion Process details"
  n5: rectangle label:"Update records for Promotion Process"
  n7: circle label:"End Promotion Process"
  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 Promotion Process request"
  n4: diamond label:"Make Promotion Process decision"
  n6: rectangle label:"Continue Promotion Process 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

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

冲突解决工作流

hr

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