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"
|
|||||||||||||||||||||
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. |