Table of Contents

Search

  1. Preface
  2. Informatica Managed File Transfer Welcome Overview
  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

Do-While Loop Field Definitions

Do-While Loop Field Definitions

A Do-While Loop will execute the tasks located within the loop one time, test the condition at the end of the loop, and iterate through the loop until the condition is met.
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. The tasks inside the loop are executed at least once and then the condition is evaluated for subsequent iterations.
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
Specify the level of logging to be used while executing this loop and the tasks in this loop. Valid options are - silent, normal, verbose and debug. All tasks within this loop will inherit the specified log level, which may be overridden on the individual tasks.
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 loop is disabled.
Default Value: false

0 COMMENTS

We’d like to hear from you!