jumpCondition | Document Specifies the condition based on which ActiveTransfer Server skips one or more actions and executes a designated action in the event. By default, a jump action is unconditional. Variables are: variable1 String (Optional) Specifies the server variable in the jump condition. For a complete list of the server variables, see . condition String Could be one of the following: Contains (default) Includes items that contain a specified value. Does Not Contain Excludes items that contain a specified value. Equals Includes items that equal a specified value. Does Not Equal Excludes items that equal a specified value. Matches Pattern Uses pattern matching to include items that match a specified pattern. Does Not Match Pattern Uses pattern matching to exclude items that match a specified pattern. variable2 String (Optional) Specifies the value of the server variable in variable1. | |||
jumpTo | String Specifies the action that ActiveTransfer Server will execute if the jump condition is met. |