Go To |
The Go To action instructs the Integration Service to jump to one of the following locations:
Any designated action within the integration, whether or not it is in the same action group.
The next iteration of a While Loop or For Loop action.
The end of the current action group. Any actions that follow the group are then executed.
You can configure the following properties for the Go To 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 Action: Allows you to specify how often you want to run the action.
Always: Specifies that the Integration Service will run the action each time it runs the integration.
Never: Specifies that the Integration Service will not run the action when it runs the integration.
Conditionally, based on variable: Specifies that the Integration Service will run the action only when a selected variable meets a specified condition. Use this option in situations where there is only one condition that determines whether or not the action 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 run the action. 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.
Go To
Modes: Specifies how you want the Integration Service to continue processing the actions in the integration.
Specified Action: When this option is selected, the Integration Service executes the action that you specify in the list of additional actions that are included in the integration.
Next Loop Iteration: When this option is selected, the Integration Service executes the next iteration of the current loop action. This option is available when the Go To action is part of a While Loop or For Loop action or when the Actions group has been configured to execute two or more times.
End of Group: When this option is selected, the Integration Service jumps to the end of the group and executes the next action that follows the group action. If the group was the last action in the integration, the integration ends.