Import Status
When an import is started, a record for the request is created on the TK An abbreviation for Textkernel Candidate A person looking for a job. A candidate can also be referred to as a Job Seeker, Applicant, or Provider. Import Request object for each candidate being imported. The progress of the import candidate process can be checked on both the widget within and on the TK Candidate Import Request record Status field.
- Queued: Only one candidate is selected for import and the queueable job A job (vacancy, position, role) is an opening for which a customer's client needs a placement. is not yet running.
- Scheduled: Multiple candidates A person looking for a job. A candidate can also be referred to as a Job Seeker, Applicant, or Provider. are selected for import and they will be imported via Apex batch job which runs every 10 minutes.
- Completed: The import has finished and a contact record has been created.
- Failed: The import failed and an error message is displayed.
Admin Note:
If only one candidate is selected, a queueable job will process that single record, while if multiple candidates are selected a batch job will process multiple records one after the other. The Apex batch job is called BHTK_CandidateImportBatch and runs every 10 minutes.