The If Step

End the Yes output branch of the Implicit Confirmation step by dragging an If step from the General palette to the Design pane, and dropping it over the Call Redirect step icon under the Implicit Confirmation step, as shown in figure Call Redirect Output Branch Scripting.

Then configure the If step to allow the script to determine whether or not the maximum number of retries has been reached, by evaluating the expression “attempts < MaxRetry”, (“the number of attempts, as stored in the attempts variable, is less than the maximum number of retries, as stored in the MaxRetry variable”).

The If step has two output branches, True and False.

The following sections describe these two output branches.
  • The True Output Branch

  • The False Output Branch