Workflow::DoWhile | ||||||||||||||||||||||
Description | ||||||||||||||||||||||
Execute a so-called "DoWhile" loop. The "Execute While True" will be executed as long as the result of the operation in "Do While" is True. | ||||||||||||||||||||||
![]() |
||||||||||||||||||||||
Options | ||||||||||||||||||||||
Do
While |
The operation that results in a "True" or "False" condition. | |||||||||||||||||||||
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. |