This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Description
A loop exists in RCRM Job Candidate Status updates. This bug loops as follows:
- Candidate Status in RCRM set to Interview Scheduled, Schedule Interview, Resume Handoff to Client, Phone Screening Organized, Shortlist
- Zapier Job
5 PROD - JOBCANDIDATE Update All Status RCRM to TaaS executes and sets TaaS App JobCandidate Status = shortlist
- Zapier Job
4-PROD-JOBCANDIDATE-Status-to-Rcrm picks up webhook with the JobCandidate status update from previous step, updates the corresponding job back to Shortlist status in RCRM.
Solution agreed upon by team
- Update TaaS App API to allow a new status on the JobCandidate object:
interview
- Update TaaS App Front end JobCandidate review page to display JobCandidate records with status =
interview on the "Interested" tab, and to not display them on the "To Review" tab
- Update Zap
5 PROD - JOBCANDIDATE Update All Status RCRM to TaaS to set status = interview instead of the current value of shortlist