CandidateProcessActionInput
Input object

An action that can be executed as part of a workflow process.

Fields

Name
Description
code* 
String!
The code of the action.For process history actions, the following action codes are defined:
  • AgencySubmission
  • CandidateWorkflowTransition
  • Document
  • Note
  • PhoneCall
  • PostPlacementActivity
  • Screening
  • StatusChange
  • VerificationActivity
  • Other
For profile actions, one action code is defined:
  • ViewProfile indicates that the URL is used to view the candidate's profile.
description 
String
The free-form description of the action.This is required for a process history action of an uploaded candidate.This field has a maximum length of 1,000 characters.
name 
String
A short human-readable name of the workflow process.This is required for a process history action of an uploaded candidate.
seekUrl 
WebUrlInput
A deep link to the action.This is required for a profile action of an uploaded candidate.The url field has a maximum length of 1,000 characters.