While Loop |
The While Loop action enables you to specify an action or group of actions that the Integration Service will continue to execute sequentially as long as the specified condition continues to be satisfied.
You can configure the following properties for the While Loop action:
Action
Name: Specifies the name of the action. If desired, you can replace the default name by typing a new name in the field.
Description: Allows you to save a description for the action.
Run While: Allows you to specify for how long you want the Integration Service to continue to execute the actions in the group.
Always: Specifies that the Integration Service will continue to run each action in the group until a Stop or Go To action within the group is executed.
Never: Specifies that the Integration Service will not run the actions in the group when it runs the integration.
Conditionally, based on variable: Specifies that the Integration Service will continue executing the actions in the group for as long as the selected variable meets the specified condition. Use this option in situations where there is only one condition that determines whether or not the actions will run. Once you have enabled this option, you can create the conditional statement in the input box provided.
Conditionally, based on expression: Specifies the conditions under which the Integration Service will continue executing the actions in the group. Use this option for situations that require more than one conditional statement. Once you have enabled this option, you can create the conditional expression in the input box provided by creating the desired conditional statements. You create and edit your conditional expression on the Tree View tab. Click the Text View tab to see a read-only text view of the conditional expression.
User Account
Inherit from parent action: When enabled, the action inherits the user account credentials specified on the Actions property page. Alternatively, if the action is part of a Group action, it will inherit the user account credentials specified on the immediate parent Group action’s property page.
Specify user credentials: When enabled, the action runs using the credentials specified.
Error Handling and Diagnostics
Ignore errors and continue running actions: When enabled, specifies that if the action fails, the remaining actions will continue to run.
|
When this property is not enabled and the action fails, the resulting behavior depends on the following scenarios:
If the selected action is within a Group action, no actions outside of that Group action are affected. |