Will the workflow continue to this step?

The engineer is analyzing on a workflow Transition.

The following variable values are known:

Will the workflow continue to this step?

Solution: Approve
A . Yes
B . No

Answer: B

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 "Approve" step.

Reference: SailPoint IdentityIQ Workflow Documentation

SailPoint IdentityIQ Scripting Guide (Conditions and Transitions in Workflows)

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments