Ashby · Arazzo Workflow
Ashby Advance an Application to a Named Interview Stage
Version 1.0.0
Resolve an application's plan, find the target stage by title, move the application, and verify.
View Spec
View on GitHub
ATSApplicant Tracking SystemRecruitingTalent AcquisitionSourcingCRMSchedulingAnalyticsHiringHR TechAIArazzoWorkflows
Provider
Workflows
application-advance-stage
Move an application to a stage identified by title on its job's interview plan.
Reads the application, resolves its job's interview plan and stage list, changes the application's stage, and confirms the move.
1
readApplication
applicationInfo
Read the application to learn which job it belongs to and where it sits today, so the move can be resolved against the right interview plan.
2
resolveInterviewPlan
jobInterviewPlanInfo
Resolve the interview plan for the application's job. Stage ids only make sense within a plan, so this is the anchor for the stage lookup.
3
listPlanStages
interviewStageList
List every stage on the plan. Callers holding a stage title rather than an id should match against the title field in these results to obtain the targetStageId this workflow needs.
4
changeStage
applicationChangeStage
Move the application to the target stage. Ashby triggers whatever automatic activities the plan attaches to the destination stage.
5
verifyStage
applicationInfo
Read the application back to confirm it now sits in the target stage.