Merge · Arazzo Workflow
Merge ATS Advance an Application Stage
Version 1.0.0
Find a candidate's application, resolve a target interview stage for its job, and move the application into that stage.
Provider
Workflows
advance-application-stage
Move a candidate's application into a named interview stage.
Resolves the candidate's application and its job, finds the target interview stage on that job, and changes the application's stage.
1
findApplication
{$sourceDescriptions.atsApi.url}#/paths/~1ats~1v1~1applications/get
List the applications belonging to the candidate and select the first one.
2
resolveStage
{$sourceDescriptions.atsApi.url}#/paths/~1ats~1v1~1job-interview-stages/get
Resolve the target interview stage on the application's job by matching on the supplied stage name.
3
changeStage
{$sourceDescriptions.atsApi.url}#/paths/~1ats~1v1~1applications~1{id}~1change-stage/post
Move the application into the resolved interview stage.