hires_move_application
Move an application to a specific pipeline stage. Achieve explicit stage transitions in workflow orchestration.
Instructions
Move an application to a specific pipeline stage. Use this for explicit stage transitions in workflow orchestration. You need the target stage_id (get it from the job's pipeline_stages).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Application ID. | |
| include | No | Comma-separated relations to embed: candidate, cv.text. | |
| stage_id | Yes | Target pipeline stage ID. |