招募管線
Notion端對端的招募工作流程。
5 個節點 · 5 條連接notion templates
notiontemplate
視覺化
尋找候選人human
↓sequential→ AI 履歷篩選
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"