For the condition node to check whether a candidate is a former employee, you must add the following statement to the Expression field in the node properties. You can follow the steps below to create the expression, or copy and paste the following text into the text editor for the Expression field:
<<CandidateCommunicationData.IsFormerEmployee>>
To add an expression that checks whether a candidate is a former employee:
- Go to Workflow Administration > Workflow Designer.
- Select the workflow that you want to edit.
- Click the Diagram tab.
- Select the condition node to open the Node Properties panel.
- In the Expression field, click Create Expression. The Create Expression dialog box opens.
- Expand the CandidateCommunicationData section in the side panel, and then click IsAuto to insert the following token in the text editor:
- <<CandidateCommunicationData.IsFormerEmployee>>
- Click X to close the dialog box.
- Click Save.