Execute Actions |
Execute actions include a wide variety of actions including those that enable you to group a subset of actions, send script commands, manipulate database records, and set variables for use by other actions.
Action |
Description |
---|---|
Enables you to specify a sub-group of actions for an integration. The actions within the group may be executed repeatedly in sequence or in parallel. |
|
Enables you to specify an action or group of actions that the Integration Service continues to execute sequentially as long as the specified condition continues to be satisfied. |
|
Enables you to specify an action or group of actions that the Integration Service continues to execute sequentially until a specified value is reached by either incrementing or decrementing an assigned variable value with each loop iteration. |
|
Enables you to create one or more Case subactions and a single Default action and to specify a variable that the Integration Service evaluates to determine which of those actions to execute. |
|
Jumps to a specified action to continue execution. |
|
Executes a database query and actions for each record. |
|
Stops all actions for the integration in which it is running. |
|
Runs a shell command that can be used to execute operating system commands or third-party utilities. |
|
Runs a Windows PowerShell command. |
|
Enables you to send BarTender XML Script to BarTender for processing the code and completing the tasks that the code defines. |
|
Specifies a time period that elapses before the action completes. You can use this action to enable a pause in sequential actions. |
|
Directs the Integration Service to look in a specified folder for a defined file type. When the file is detected, the action completes and allows subsequent actions to run. |
|
Sets the values of a single variable. |
|
Sets the values of one or more variables. |
|
Enables you to specify a variable whose value you want to be incremented each time the action is executed. |
|
Enables you to specify a variable whose value you want to be decremented each time the action is executed. |
|
Parses and runs a print command script, which is a set of written instructions that the Integration Service can read and execute. |
|
Executes a BarTender command line print job by using the command line interface. |