![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
• Multiple Instance LoopIndicates a task or sub-process that is replicated a fixed number of times based on the evaluation of an expression. The ordering can be either parallel or sequential (see Creating a Multi-Instance Loop).
• Standard LoopIndicates a task or sub-process that may have more than one instance, depending on the conditions of the loop. A standard loop consists of a Boolean expression that is evaluated before or after each cycle of the loop. If the expression evaluates to True, the loop continues.
• Ad-hocIndicates an embedded sub-process that contains activities that have no pre-defined sequence. This also means that the number of times the activities are repeated is completely determined by the performers of the activities and cannot be defined beforehand.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |