招募管線

Notion

端對端的招募工作流程。

5 個節點 · 5 條連接notion templates
notiontemplate
視覺化
尋找候選人human
sequentialAI 履歷篩選
AI 履歷篩選agent
sequential進行面試
進行面試human
sequential發出錄取通知
發出錄取通知human
sequential新人入職
fallback進行面試
新人入職system
ex-hiring-pipeline.osop.yaml
osop_version: "1.0"
id: "hiring-pipeline"
name:"招募管線"
description:"端對端的招募工作流程。"
tags: [notion, template]

nodes:
  - id: "source"
    type: "human"
    name: "尋找候選人"
  - id: "screen"
    type: "agent"
    name: "AI 履歷篩選"
  - id: "interview"
    type: "human"
    name: "進行面試"
  - id: "offer"
    type: "human"
    name: "發出錄取通知"
  - id: "onboard"
    type: "system"
    name: "新人入職"

edges:
  - from: "source"
    to: "screen"
    mode: "sequential"
  - from: "screen"
    to: "interview"
    mode: "sequential"
  - from: "interview"
    to: "offer"
    mode: "sequential"
  - from: "offer"
    to: "onboard"
    mode: "sequential"
  - from: "offer"
    to: "interview"
    mode: "fallback"
    label: "Needs revision"