Execute Actions | 
            
Use execute actions to group a subset of actions, send script commands, manipulate database records, and set variables for use by other actions.
| 
                     Action  | 
                
                     Description  | 
            
|---|---|
| 
                     Specifies a subgroup of actions for a process. The actions in the group can be run repeatedly in sequence or in parallel.  | 
            |
| 
                     Specifies that a group of one or more actions continues to run sequentially as long as the specified condition continues to be satisfied.  | 
            |
| 
                     Specifies that a group of one or more actions continues to run sequentially until a specified value is reached by either incrementing or decrementing an assigned variable value with each loop iteration.  | 
            |
| 
                     Runs a database query and actions for each record.  | 
            |
| 
                     Runs a group of one or more actions on every file in a folder that matches the specified criteria.  | 
            |
| 
                     Runs a group of one or more actions on every file in an archive folder that matches the specified criteria.  | 
            |
| 
                     Creates one or more Case sub-actions and a single Default action, and specifies a variable that is evaluated to determine which of those actions to run.  | 
            |
| 
                     Jumps to a specified action to continue the run operation.  | 
            |
| 
                     Stops all actions for the process in which it is running.  | 
            |
| 
                     Runs a shell command that can be used to run operating system commands or third-party utilities.  | 
            |
| 
                     Runs a Windows PowerShell command.  | 
            |
| 
                     Sets the value of a single variable.  | 
            |
| 
                     Sets the values of one or more variables.  | 
            |
| 
                     Specifies a variable whose value you want to be incremented each time the action is run.  | 
            |
| 
                     Specifies a variable whose value you want to be decremented each time the action is run.  | 
            |
| 
                     Specifies a time period that elapses before the action finishes. You can use this action to create a pause in sequential actions.  | 
            |
| 
                     Monitors a specified folder for a defined file type. When the file is detected, the action finishes and enables subsequent actions to run.  | 
            |
| 
                     Directs the Integration Service to print a specific BarTender document each time the process file runs.  | 
            |
| 
                     Sends BarTender XML script to BarTender to process the code and complete the tasks that the code defines.  | 
            |
| 
                     Prints multiple BarTender documents in a Process Builder process file or a legacy Batch Maker batch file.  |