Configuring the Retries

Configure the No 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 No icon under the Implicit Confirmation step.

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 Caller With Retries Gives Confirmation

  • The Caller Does Not Give Confirmation