Table of Contents

Search

  1. Preface
  2. Introduction
  3. Dashboard
  4. Resources
  5. Workflows
  6. Task Reference
  7. Services Overview
  8. Users
  9. Logs and Reports
  10. Encryption
  11. System
  12. Appendix
  13. Glossary Terms

While Loop Field Definitions

While Loop Field Definitions

The While Loop checks a specified condition before executing the tasks contained within the loop.
Field
Definition
Basic Tab
Label
Specify a label for this loop.
Condition
Specify the conditional expression used to determine if the loop should be terminated. The loop will continue to run as long as the specified condition evaluates to true.
Advanced Tab
ID
Specify an ID for this loop. IDs are not required, but are used to conditionally exit or iterate a loop when there are nested loops. The value must be a valid identifier. The ID must be unique in a given loop hierarchy.
Current Iteration Variable
If needed, specify a variable name to hold the current iteration count. The value of this variable is a whole number that starts at 1 and is incremented every time the loop advances.
Control Tab
Log Level
Default Value: Inherited from parent Module.
Silent
Only logs any errors that are encountered in the Loop.
Normal
Additionally logs the start and stop times of the Loop, as well as the times of any Loops and Tasks contained in the Loop.
Verbose
Additionally logs task-level details, such as the names of the files that were processed.
Debug
Additionally logs detailed debugging information, such as message responses from servers.
Disabled
Whether or not this task is disabled.
Default Value: false

0 COMMENTS

We’d like to hear from you!