I have a use case where I want to use a "paralleliterate", and within that perform several operations. For each of these operations I want to check for errors, and if an error occurs, end that "thread" (not proceed to perform any further operations for that thread, but leave the other threads to proceed). Normally, with a sequential "iterate", I would use a "continue" in the error path to do that. I tried the "continue" within a "paralleliterate" and it yielded:
Unhandled "Continue" condition found at end of job. Is there some other way to do this other than having lots of nested if/elses to handle the error checking after each operation? Dave ___________ David J. Miller Notes/Domino Automation Development Team 978-399-6023 (t/l 333-6023) david_mil...@notesdev.ibm.com
------------------------------------------------------------------------------
_______________________________________________ staf-users mailing list staf-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/staf-users