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

Training Enrollment Workflow

hr

Training enrollment workflow with course catalog browsing, manager approval, LMS registration, completion tracking, and certification management.

Full FlowZap Code

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

manager { # Manager
  n2: rectangle label:"Receive Training Enrollment request"
  n4: rectangle label:"Make Training Enrollment decision"
  n6: rectangle label:"Continue Training Enrollment process"
  n6.handle(right) -> employee.n7.handle(bottom)
  n4.handle(right) -> employee.n5.handle(left) [label="Valid"]
  n2.handle(right) -> employee.n3.handle(left)
}

Related templates

Background Check Workflow

hr

Pre-employment background check workflow with criminal history search, employment verification, education verification, and drug screening coordination.

Bonus Allocation Workflow

hr

Annual bonus allocation workflow with budget pool distribution, performance-based calculation, manager calibration, executive approval, and payroll processing.

Candidate Rejection Workflow

hr

Candidate rejection workflow with stage-appropriate messaging, personalized rejection letters, talent pool consideration, ATS status update, and candidate experience feedback.