Ashby · Arazzo Workflow
Ashby Create a Job and Open It
Version 1.0.0
Resolve department, location, and interview plan, create the job, then open it.
View Spec
View on GitHub
ATSApplicant Tracking SystemRecruitingTalent AcquisitionSourcingCRMSchedulingAnalyticsHiringHR TechAIArazzoWorkflows
Provider
Workflows
job-create
Resolve org metadata, create a job, set it Open, and verify.
Lists departments, locations, and interview plans to resolve the ids job creation requires, creates the job, transitions it to Open, and reads the result back.
1
listDepartments
departmentList
List the organization's departments so the job is attached to a real team. Archived departments are excluded so a retired team is not reused.
2
listLocations
locationlist
List the organization's locations so the job is attached to a real location, excluding archived ones.
3
listInterviewPlans
interviewPlanList
List interview plans. A job cannot be moved to Open without a default interview plan, so this must be resolved before the create rather than after it.
4
createJob
jobCreate
Create the job against the resolved department, location, and default interview plan. Ashby creates the job in Draft.
5
setJobStatus
jobSetStatus
Transition the job to the requested status. Moving to Open is what makes the job eligible for postings and applications.
6
readJob
jobInfo
Read the job back with its location and openings expanded so the caller ends with a confirmed, fully resolved job record.