SAILPOINT-CERTIFIED-IDENTITYIQ-ENGINEER · Question #26
SAILPOINT-CERTIFIED-IDENTITYIQ-ENGINEER Question #26: Real Exam Question with Answer & Explanation
The correct answer is B. No. The workflow transition condition shown in the image is Transition to="Approve" when="identityName != null". This condition checks whether the identityName variable is not null. In the provided scenario, the identityName variable has a value of "Catherine.Simmons," which is clear
Question
Options
- AYes
- BNo
Explanation
The workflow transition condition shown in the image is Transition to="Approve" when="identityName != null". This condition checks whether the identityName variable is not null. In the provided scenario, the identityName variable has a value of "Catherine.Simmons," which is clearly not null. Therefore, the condition for transitioning to the "Approve" step will evaluate as true, meaning the workflow will indeed continue to the "Approve" step. However, it seems like the question might be worded incorrectly as it asks if the workflow will continue to the "Approve" step when it actually will. If this was an error and the intention was to determine if it should not continue, the answer would have been "No." But based on the logic, the workflow will continue to the SailPoint IdentityIQ Scripting Guide (Conditions and Transitions in Workflows)
Community Discussion
No community discussion yet for this question.