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

Error Handling within Loops

Error Handling within Loops

If a Loop contains multiple tasks and the first task errors out for any reason, by default the remaining tasks in the Loop will not execute. However, if the first task's On Error attribute was set to 'continue', then the second task in the Loop would execute. If the task's On Error attribute was set to 'setVariable:errorvariable=true', then the next task in the loop could check the value of the error variable to conditionally execute.

0 COMMENTS

We’d like to hear from you!