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 an event. 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 the current print job. |
|
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. |
|
Prints a specific BarTender document each time the event occurs. |
|
Specifies the BarTender XML (BTXML) script that is sent to BarTender, which processes the code and completes the tasks that are defined by the code. |
|
Prints multiple BarTender documents in a legacy Batch Maker batch file. |