Creating a condition on JobRequisitionWorkflowStep

This condition returns true when the signed in user is the hiring manager on the requisition and the workflow on the requisition matches the configuration. The logged in user must be the hiring manager that is listed on the requisition and have access to the steps and candidates within those steps.

The workflow and workflow steps that are specified in this condition are what the hiring manager sees in the Move To Step action menu list.

  1. Select Administrator > Start > Configure > Application.
  2. Select JobRequisitionWorkflowStep.
  3. Specify this information:
    Confirmation Type
    Specify User Field.
    Business Class
    Specify JobRequisitionWorkflowStep.
    Field Type
    Specify Condition.
  4. Click OK.
  5. Build the condition. Specify this information:
    Field Name
    Specify MoveToStepAvailableSteps.
    Condition
    In the following, replace "workflow name" with the hiring workflow name and workflow step name with the hiring workflow steps the hiring manager should have access to in the Move to Step menu list:
    (JobRequisition.IsHiringManager
    and ATSWorkflow = “workflow name”
    and (ATSWorkflowStep = “workflow step name”
        or    ATSWorkflowStep = ”workflow step name”
        or    ATSWorkflowStep = ”workflow step name”
        or    ATSWorkflowStep = ”workflow step name”))