You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
@nkumar-topcoder do you know if Zapier was updated on DEV accordingly? I know @wdprice did update it on PROD, though for testing on DEV, we have to update Zapier on DEV too.
A loop exists in RCRM Job Candidate Status updates. This bug loops as follows:
5 PROD - JOBCANDIDATE Update All Status RCRM to TaaS
executes and sets TaaS App JobCandidate Status =shortlist
4-PROD-JOBCANDIDATE-Status-to-Rcrm
picks up webhook with the JobCandidate status update from previous step, updates the corresponding job back toShortlist
status in RCRM.Solution agreed upon by team
interview
interview
on the "Interested" tab, and to not display them on the "To Review" tab5 PROD - JOBCANDIDATE Update All Status RCRM to TaaS
to set status =interview
instead of the current value ofshortlist
The text was updated successfully, but these errors were encountered: