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

Internship Program Workflow

hr

This workflow models managing an internship program.

Full FlowZap Code

employee { # Employee
  n1: circle label:"Start Internship Program"
  n3: diamond label:"Review Internship Program details"
  n5: rectangle label:"Update records for Internship Program"
  n7: circle label:"End Internship Program"
  n1.handle(bottom) -> manager.n2.handle(top)
  n3.handle(bottom) -> manager.n4.handle(top) [label="Processed"]
  n3.handle(right) -> manager.n2.handle(right) [label="Retry/Rejected"]
  n5.handle(bottom) -> manager.n6.handle(top)
}

manager { # Manager
  n2: rectangle label:"Receive Internship Program request"
  n4: rectangle label:"Make Internship Program decision"
  n6: rectangle label:"Continue Internship Program process"
  n6.handle(right) -> employee.n7.handle(bottom) [label="Success"]
  n4.handle(right) -> employee.n5.handle(left)
  n2.handle(bottom) -> 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.