SetConnect

IfThenElse

Workflow::IfThenElse
Description
The IfThenElse is comparable with the standard If-Then-Else functions of most programming languages. In the "If" part you compare one or two values using a pre-defined set of operators. If the result of the comparison is TRUE the "Then" command will be executed. If the result is FALSE the "Else" command is executed.
Options
Operator

The operation of which the outcome will be either "True" or "False"

RegExpTest
Returns TRUE is the specified regular-expression is TRUE.
Format: string,expression,i
i means "ignore case"
Example: test123,(test).+,i
RDPloginOK
Returns TRUE if the RDP-login to the specified server was successful. The command will (try to) logoff the session after it disconnects. This way no "disconnected" sessions will remain on the terminal server.

Syntax: type¦server¦username¦password

Example1: 2003¦server1¦testuser¦testpassword
Example2: 2008¦server2:3560¦testuser¦testpassword

type
2003 / 2008
Server Type (OS)
server
hostname or ip-address
optional the RDP port can be specified by usig the server:port syntax
username
login username
password
login password
ADobjectExists
Returns TRUE if the configured Active Directory object exists.

Syntax: CN=username,CN=Users,DC=domain,DC=com
ADgroupContainsUser
Returns TRUE if the specified user is a member of the specified group.

Usage:
value-1 : logonname (example: user1)
value-2 : group path (example: CN=Users,DC=domain,DC=com)
Run Workflow
Run the configured workflow. Checking "Commands Only" will run the workflow with all the runtime properties of the current workflow. When "Commands Only" is not checked, the specified workflow will be run entirely, including the scanning and processing of the contents of the specified "hotfolder" of that workflow (if the workflow is a hotfolder workflow). When the workflow is finished executing the current workflow will resume.
Run Plugin
Run the configured plugin.
Run Script
Run the configured script.
Continue
The workflow will be resumed without any special action.
Abort
The workflow will be aborted. No more commands will be executed.
Exit Workflow
By default the workflow will be resumed when the "Then" or "Else" command has been executed. Checking "Exit Workflow" will exit the workflow after the "Then" or "Else" command has been executed.

Documentation

Release notes