The candidate process history to create.
Fields
Name | Description |
---|---|
CandidateProcessActionInput! | The executed action that constitutes this history item.This action may or may not trigger a change in the status of the underlying process.
For example, an action may be to add a note against a candidate's profile,
which has no material effect on the stage through the application process. |
DateTime! | The date & time the action was executed. |
String! | An identifier to ensure that multiple candidate process history items are not created on retries.The identifier must be unique within the given candidate profile.
The same identifier must be provided when retrying after create failures. |
[CandidateProcessPartyInput!]! | The parties that executed the action. |
CandidateProcessHistoryItem_PositionProfileInput | The position profile that the history item relates to.This is null for interactions that are not specific to an individual position,
such as a general interview with a recruiter. |
SeekProcessHistoryItemSourceInput | The underlying source for the item.For example, items related to an application process would note the job board or other channel that sourced the application.This is required if positionProfile is specified. |
CandidateProcessStatusInput | The current status of the underlying process.For example, a candidate in an application process may progress through a series of statuses like applied, interviewed, offered, hired. |
Seen in
Parent name | Parent type | Description |
---|---|---|
Input Object | candidateProcessHistoryItem field |